Skip to content
Commit 2ea72039 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

kvm: nVMX: small cleanup in handle_exception



The reason for skipping handling of NMI and #MC in handle_exception is
the same, namely they are handled earlier by vmx_complete_atomic_exit.
Calling the machine check handler (which just returns 1) is misleading,
don't do it.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent beb8d93b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment