X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_mem.h;h=69743446b51e80d92af820ca6773b1fcda01f71a;hb=382829fe58cb541af371547325c5502e37032ecd;hp=58b5dd3fe456966a2d45e741bd0bbae71d0b7892;hpb=e8fd1090974b1f82edd92d155ccdad6ad24b074b;p=palacios.git diff --git a/palacios/include/palacios/vmm_mem.h b/palacios/include/palacios/vmm_mem.h index 58b5dd3..6974344 100644 --- a/palacios/include/palacios/vmm_mem.h +++ b/palacios/include/palacios/vmm_mem.h @@ -44,6 +44,9 @@ typedef struct { union { uint16_t value; struct { + // These reflect the VMM's intent for the shadow or nested pts + // that will implement the region. The guest's intent is in + // its own page tables. uint8_t read : 1; uint8_t write : 1; uint8_t exec : 1; @@ -112,7 +115,7 @@ void v3_print_mem_map(struct v3_vm_info * vm); -#endif // ! __V3VEE__ +#endif /* ! __V3VEE__ */ #endif