]> git.baikalelectronics.ru Git - kernel.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)
commit7f2680c0594f2682e8cb7f2a530949dd0bb7e9d3
treeff62ee11800fa418a9966263cfead5c793c7db42
parent2d2f37ba1752bb582dcd70cdf81750b0d25ddb98
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