commit | 2ea72039808d50c909c2eb00eaebfaaaa743927a | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 06 14:57:25 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jun 18 11:46:01 2019 +0200 |
tree | a285544f0c8751878b4a15d437319a772e06c6e1 | |
parent | beb8d93b3e423043e079ef3dda19dad7b28467a8 [diff] |
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: Paolo Bonzini <pbonzini@redhat.com>