mbox series

[kvm-unit-tests,0/6] x86: nVMX: Unrestricted guest fix and cleanups

Message ID 20210218002212.2904647-1-seanjc@google.com (mailing list archive)
Headers show
Series x86: nVMX: Unrestricted guest fix and cleanups | expand

Message

Sean Christopherson Feb. 18, 2021, 12:22 a.m. UTC
Two fixes to skip (sub)tests that rely on unrestricted guest if URG isn't
supported, clean ups for related code to make triaging test failures a bit
easier. Ideally, even more info would be provided on failure, e.g. line
number, but that'd best be done as a (much) larger overhaul.

Sean Christopherson (6):
  x86: nVMX: Verify unrestricted guest is supported in segment tests
  x86: nVMX: Skip unrestricted guest (URG) test if URG isn't supported
  x86: nVMX: Improve report messages for segment selector tests
  x86: nVMX: Improve report messages for segment base tests
  x86: nVMX: Use more descriptive name for GDT/IDT limit tests
  x86: nVMX: Add an equals sign to show value assoc. in
    test_guest_state()

 x86/vmx_tests.c | 157 ++++++++++++++++++++++++------------------------
 1 file changed, 77 insertions(+), 80 deletions(-)