]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
KVM: SVM: set IRR in svm_deliver_interrupt
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Feb 2022 11:57:07 +0000 (06:57 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Feb 2022 17:53:02 +0000 (12:53 -0500)
commit30811174f0dbe17fd58eba5c22c50292c083c75b
treeff62ee11800fa418a9966263cfead5c793c7db42
parent0a5f784273aad41a22963fc8b818ead3c892c97a
KVM: SVM: set IRR in svm_deliver_interrupt

SVM has to set IRR for both the AVIC and the software-LAPIC case,
so pull it up to the common function that handles both configurations.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/avic.c
arch/x86/kvm/svm/svm.c