mbox series

[kvm-unit-tests,0/2] x86: nVMX: Fix NMI/INTR-window tests

Message ID 20190508102715.685-1-namit@vmware.com (mailing list archive)
Headers show
Series x86: nVMX: Fix NMI/INTR-window tests | expand

Message

Nadav Amit May 8, 2019, 10:27 a.m. UTC
From: Nadav Amit <nadav.amit@gmail.com>

The NMI/INTR-window test in VMX have a couple of bugs. The first bug is
clearly a test issue (and a KVM bug), and is fixed by the first patch.

The second bug is more interesting, and looks as a silicon bug (or
documentation bug, as Intel likes to call them). The second patch just
ensures that a failure of the test would allow the next tests to run.

Cc: Jim Mattson <jmattson@google.com>
Cc: Sean Christopherson <sean.j.christopherson@intel.com>

Nadav Amit (2):
  x86: nVMX: Use #DB in nmi and intr tests
  x86: nVMX: Set guest as active after NMI/INTR-window tests

 x86/vmx_tests.c | 74 +++++++++++++++++++++++++------------------------
 1 file changed, 38 insertions(+), 36 deletions(-)