Hi, This patch series aim to verify the fix introduced by KVM commit "KVM: nVMX: Fix loss of pending event before entering L2". The tests aim to verify that a pending interrupt while interrupts are disabled is dispatched when we enter into VMX guest instead of being lost. The 1st patch add the basic test for the scenario described above and the 2nd patch adds another similar test but with entering guest in HLT activity-state. Regards, -Liran