On 23/12/2017 01:13, Krish Sadhukhan wrote: > The first patche enforces vmentry rules on NMI-related controls when > entering L2 guests. The second patch adds a corresponding kvm-unit-test. > > [PATCH nVMX 1/2] x86: Enforce NMI controls on vmentry of L2 guests > [PATCH nVMX TEST 2/2] x86: Add test for checking NMI controls on vmentry of L2 > > x86/vmx_tests.c | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 83 insertions(+) > > Krish Sadhukhan (1): > x86: Add test for checking NMI controls on vmentry of L2 guests > > arch/x86/kvm/vmx.c | 29 +++++++++++++++++++++++++++-- > 1 file changed, 27 insertions(+), 2 deletions(-) > > Krish Sadhukhan (1): > x86: Enforce NMI controls on vmentry of L2 guests > Ah, this was actually queued already, but git messed up the merge and added yet another nested_vmx_check_nmi_controls check. So it didn't have to wait 6 months, pfew. Paolo