v1 -> v2: 1. Removed the following test cases: fixed0 | fixed1 fixed0 ^ fixed1 fixed0 & (fixed1 << 1) 2. Added test cases that test each bit of CR0 and CR4 according to how fixed0 and fixed1 are configured in their respective MSRs. [PATCH v2][kvm-unit-test nVMX]: Check Host Control Registers on vmentry of L2 lib/x86/processor.h | 1 + x86/vmx_tests.c | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) Krish Sadhukhan (1): nVMX: Check Host Control Registers on vmentry of L2 guests