Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux-2.6-microblaze.git] / arch / x86 / kvm / svm / nested.c
index e551547..2545d0c 100644 (file)
@@ -666,11 +666,6 @@ int nested_svm_vmrun(struct kvm_vcpu *vcpu)
                goto out;
        }
 
-
-       /* Clear internal status */
-       kvm_clear_exception_queue(vcpu);
-       kvm_clear_interrupt_queue(vcpu);
-
        /*
         * Since vmcb01 is not in use, we can use it to store some of the L1
         * state.