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 ae5b2d1..f86ca50 100644
--- a/drivers/kvm/vmx.c
+++ b/drivers/kvm/vmx.c
@@ -1556,7 +1556,7 @@ static void do_intr_requests(struct kvm_vcpu *vcpu,
         */
        pending = __kvm_vcpu_irq_pending(vcpu);
 
-       if (test_bit(pin, &pending) || kvm_run->request_interrupt_window) {
+       if (test_bit(pin, &pending)) {
                /*
                 * Trigger a VMEXIT on the next IRQ 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
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to