commit | 21f1b8f29ea5b2301af7f2cc41a20b7b87a22bec | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Tue Feb 18 15:29:42 2020 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 16 17:57:50 2020 +0100 |
tree | 23a175ef0bf00600c09327184a1b7721d72fb47b | |
parent | 2e3bb4d886c72c0d5336a957ed66882e08f5c14b [diff] |
KVM: x86: Explicitly pass an exception struct to check_intercept Explicitly pass an exception struct when checking for intercept from the emulator, which eliminates the last reference to arch.emulate_ctxt in vendor specific code. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>