commit | 1051778f6e1e25c1203869586f4431785a35c13c | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Tue Aug 27 14:40:35 2019 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 24 14:31:13 2019 +0200 |
tree | a34c27eaa189e808b3d640e3cb31306cb1494b5b | |
parent | 738fece46dc5e1bb1309a827a2b69056143b3d13 [diff] |
KVM: x86: Handle emulation failure directly in kvm_task_switch() Consolidate the reporting of emulation failure into kvm_task_switch() so that it can return EMULATE_USER_EXIT. This helps pave the way for removing EMULATE_FAIL altogether. This also fixes a theoretical bug where task switch interception could suppress an EMULATE_USER_EXIT return. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>