]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: nSVM: restore int_vector in svm_clear_vintr
authorMaxim Levitsky <mlevitsk@redhat.com>
Tue, 14 Sep 2021 15:48:12 +0000 (18:48 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Sep 2021 14:04:40 +0000 (10:04 -0400)
commit108b28796478a2fba7507c37c35f8e4213aefb00
tree023fe184d823358bcab99b15916f756cc8cc8678
parent76a02038a8a0082460f0688ceaa608b4de8b6b2b
KVM: x86: nSVM: restore int_vector in svm_clear_vintr

In svm_clear_vintr we try to restore the virtual interrupt
injection that might be pending, but we fail to restore
the interrupt vector.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20210914154825.104886-2-mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/svm.c