commit | c83fad65e2cae1aa570a519b33e8ebf00f6e7227 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Tue Aug 27 14:40:33 2019 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 24 14:31:01 2019 +0200 |
tree | 03a35fb64cc436d1a8018abd592420c42b651471 | |
parent | b4000606205959e6cfe1fd3a71c490267ff23506 [diff] |
KVM: x86: Move #UD injection for failed emulation into emulation code Immediately inject a #UD and return EMULATE done if emulation fails when handling an intercepted #UD. This helps pave the way for removing EMULATE_FAIL altogether. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>