Patch# 1: Adds the kvm-unit-tests for the base field of GUEST_BASE_GDTR and GUEST_BASE_IDTR Patch# 2: Factors out the loops from test_guest_dr7() to a macro Patch# 3: Adds the kvm-unit-tests for the limit fields of GUEST_BASE_GDTR and GUEST_BASE_IDTR [PATCH 1/3] kvm-unit-tests: nVMX: Test GUEST_BASE_GDTR and [PATCH 2/3] kvm-unit-tests: nVMX: Optimize test_guest_dr7() by [PATCH 3/3] kvm-unit-tests: nVMX: Test GUEST_LIMIT_GDTR and x86/vmx_tests.c | 52 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 16 deletions(-) Krish Sadhukhan (3): kvm-unit-tests: nVMX: Test GUEST_BASE_GDTR and GUEST_BASE_IDTR on vmentry kvm-unit-tests: nVMX: Optimize test_guest_dr7() by factoring out the loops kvm-unit-tests: nVMX: Test GUEST_LIMIT_GDTR and GUEST_LIMIT_IDTR on vmentr