]> 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)
commita79b9633c4db461f3d9e06d3a7a82e4c5583c17d
treeff62ee11800fa418a9966263cfead5c793c7db42
parente01f6d53dd970a6144493e271bcbb640420c04b7
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