X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_types.h;h=4ef72d4c1e6d6b1015081f499c7215ec38096e8e;hb=d962f2be029772be3f21d9bd206ddf2a9f6a1d20;hp=9a3fe612ff1b43b0d4398ab0917638930a4cc18d;hpb=94eb64dbd7ce27642db449e49cb86d04b11c427d;p=palacios.git diff --git a/palacios/include/palacios/vmm_types.h b/palacios/include/palacios/vmm_types.h index 9a3fe61..4ef72d4 100644 --- a/palacios/include/palacios/vmm_types.h +++ b/palacios/include/palacios/vmm_types.h @@ -28,7 +28,9 @@ typedef enum {SHADOW_PAGING, NESTED_PAGING} v3_paging_mode_t; typedef enum {VM_RUNNING, VM_STOPPED, VM_SUSPENDED, VM_ERROR, VM_EMULATING} v3_vm_operating_mode_t; +typedef enum {CORE_RUNNING, CORE_STOPPED} v3_core_operating_mode_t; +typedef enum {PAGING_4KB, PAGING_2MB} v3_paging_size_t; typedef enum {REAL, /*UNREAL,*/ PROTECTED, PROTECTED_PAE, LONG, LONG_32_COMPAT, LONG_16_COMPAT} v3_cpu_mode_t; typedef enum {PHYSICAL_MEM, VIRTUAL_MEM} v3_mem_mode_t; @@ -76,6 +78,6 @@ typedef char sint8_t; typedef ulong_t addr_t; typedef ullong_t v3_reg_t; -#endif // ! __V3VEE__ +#endif /* ! __V3VEE__ */ #endif