Signed-off-by: Gregory Haskins <[EMAIL PROTECTED]>
---
drivers/kvm/vmx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c
index 144acf5..85ad952 100644
--- a/drivers/kvm/vmx.c
+++ b/drivers/kvm/vmx.c
@@ -1465,7 +1465,7 @@ static void do_nmi_requests(struct kvm_vcpu *vcpu)
nmi_window =
(((vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & 0xb) == 0)
- && (vmcs_read32(VM_ENTRY_INTR_INFO_FIELD)
+ && !(vmcs_read32(VM_ENTRY_INTR_INFO_FIELD)
& INTR_INFO_VALID_MASK));
if (nmi_window) {
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel