X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmcb.h;h=5effea4440de33974ed484be7a239b08771d9515;hp=94e8d88f6ec8883626496bf49c26742585cce55c;hb=5bf6d0c260240e314876a2fca8e3fd56bd6a1029;hpb=3373500a962dba67f09d120d7db3c2ea1d4beee2 diff --git a/palacios/include/palacios/vmcb.h b/palacios/include/palacios/vmcb.h index 94e8d88..5effea4 100644 --- a/palacios/include/palacios/vmcb.h +++ b/palacios/include/palacios/vmcb.h @@ -274,7 +274,7 @@ typedef struct VMCB_Control_Area vmcb_ctrl_t; struct vmcb_selector { - ushort_t selector; + uint16_t selector; /* These attributes are basically a direct map of the attribute fields of a segment desc. * The segment limit in the middle is removed and the fields are fused together @@ -295,8 +295,8 @@ struct vmcb_selector { } __attribute__((packed)) fields; } __attribute__((packed)) attrib; - uint_t limit; - ullong_t base; + uint32_t limit; + uint64_t base; } __attribute__((packed));