X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_types.h;h=1a17997e64954676ca2e0b94becf62d5c373e754;hb=5614cff13837121053e831419f569b4e6e32bcd9;hp=021d0e84fbd214f9b4d89a07ea31900885228a10;hpb=921772c23185aa48406a390c58546ee463f49dc4;p=palacios.git diff --git a/palacios/include/palacios/vmm_types.h b/palacios/include/palacios/vmm_types.h index 021d0e8..1a17997 100644 --- a/palacios/include/palacios/vmm_types.h +++ b/palacios/include/palacios/vmm_types.h @@ -30,8 +30,6 @@ 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; @@ -78,6 +76,6 @@ typedef char sint8_t; typedef ulong_t addr_t; typedef ullong_t v3_reg_t; -#endif // ! __V3VEE__ +#endif /* ! __V3VEE__ */ #endif