]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/x86/kvm/svm/nested.c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[mirror_ubuntu-jammy-kernel.git] / arch / x86 / kvm / svm / nested.c
index e5515477c30a6152046e74e5b0e9e9a4f574f7a2..2545d0c61985bd47b1d79384bfc4133cc3ce3649 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.