diff options
author | Liran Alon <liran.alon@oracle.com> | 2018-03-23 01:01:30 +0100 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2018-03-28 22:47:06 +0200 |
commit | 7c5a6a5970af76b3a303757487d50b18d6830f66 (patch) | |
tree | 720f85235c86ba56910072f9041e37e63321ce18 /arch/x86/kvm/x86.h | |
parent | x86/kvm: use Enlightened VMCS when running on Hyper-V (diff) | |
download | linux-7c5a6a5970af76b3a303757487d50b18d6830f66.tar.xz linux-7c5a6a5970af76b3a303757487d50b18d6830f66.zip |
KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interrupt
kvm_inject_realmode_interrupt() is called from one of the injection
functions which writes event-injection to VMCS: vmx_queue_exception(),
vmx_inject_irq() and vmx_inject_nmi().
All these functions are called just to cause an event-injection to
guest. They are not responsible of manipulating the event-pending
flag. The only purpose of kvm_inject_realmode_interrupt() should be
to emulate real-mode interrupt-injection.
This was also incorrect when called from vmx_queue_exception().
Signed-off-by: Liran Alon <liran.alon@oracle.com>
Reviewed-by: Nikita Leshenko <nikita.leshchenko@oracle.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Krish Sadhukhan <krish.sadhukhan@oracle.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.h')
0 files changed, 0 insertions, 0 deletions