X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_msr.h;h=ed58d9bed6387f4f64b710b72d6ce6a7f9a28d88;hb=2bfd0e9c8aa5d520e4207fd6cf50a5f50993e3ca;hp=56a1b30ed13b4a2bf3443eb9862c9866ee02e67e;hpb=5b6278751429f59297ce74e614d50632daea3748;p=palacios.git diff --git a/palacios/include/palacios/vmm_msr.h b/palacios/include/palacios/vmm_msr.h index 56a1b30..ed58d9b 100644 --- a/palacios/include/palacios/vmm_msr.h +++ b/palacios/include/palacios/vmm_msr.h @@ -36,10 +36,9 @@ struct v3_msr { struct { uint_t lo; uint_t hi; - } ; - - }; -}; + } __attribute__((packed)); + } __attribute__((packed)); +} __attribute__((packed)); struct v3_msr_hook {