Gleb Natapov <gleb@xxxxxxxxxx> wrote on 08/04/2013 02:12:07 PM: > > +static inline bool cpu_has_vmx_shadow_vmcs(void) > > +{ > > + u64 vmx_msr; > > + rdmsrl(MSR_IA32_VMX_MISC, vmx_msr); > > + /* check if the cpu supports writing r/o exit information fields */ > > + if (!(vmx_msr & (1u << 29))) > Define please. I will add #define MSR_IA32_VMX_MISC_VMWRITE_SHADOW_RO_FIELDS -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html