X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=74e986e0e84874bf261b22662e4399e58a583a6a;hb=4ada6b30ddd53076a332905900d1c7c5f167b542;hp=7871eb031170e5bc6ebfd6aedfe5ea918a6a081c;hpb=362391accc505b29d938e9d0a21bf6a28a8cee34;p=palacios.releases.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 7871eb0..74e986e 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -81,7 +81,7 @@ struct v3_segment { uint_t long_mode : 1; uint_t db : 1; uint_t granularity : 1; -}; +} __attribute__((packed)); struct v3_segments { @@ -95,7 +95,7 @@ struct v3_segments { struct v3_segment gdtr; struct v3_segment idtr; struct v3_segment tr; -}; +} ; struct shadow_page_state; struct emulation_state;