search for: ia32_vmx_cr4_fixed1

Displaying 2 results from an estimated 2 matches for "ia32_vmx_cr4_fixed1".

2008 Jan 11
4
GP exception on vmxon
...e conditions and found none of them was violated. The results are as follows CR0 : 0x80000031 IA32_VMX_CR0_FIXED0: 0x80000021 IA32_VMX_CR0_FIXED1: 0xFFFFFFFF CR4 : 0x2250 IA32_VMX_CR4_FIXED0: 0x2000 IA32_VMX_CR4_FIXED1: 0x27FF IA32_VMX_BASIC_MSR is 001A 0400 0000 0007 The revision ID 0x07 is assigned to the corresponding field in vmxon region in the step 4.d IA32_FEATURE_CONTROL is 0x05 My PC has a 32 bit, VT-support multi-core CPU. I use only the BSP and haven''t dealt with multi-cpu wa...
2013 Sep 23
11
[PATCH v4 0/4] x86/HVM: miscellaneous improvements
The first and third patches are cleaned up versions of an earlier v3 submission by Yang. 1: Nested VMX: check VMX capability before read VMX related MSRs 2: VMX: clean up capability checks 3: Nested VMX: fix IA32_VMX_CR4_FIXED1 msr emulation 4: x86: make hvm_cpuid() tolerate NULL pointers Signed-off-by: Jan Beulich <jbeulich@suse.com>