commit | 2e3bb4d886c72c0d5336a957ed66882e08f5c14b | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Tue Feb 18 15:29:41 2020 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 16 17:57:49 2020 +0100 |
tree | 567552a638d99c54810925c9d43647a7e24f1d71 | |
parent | 2bde08f9f5f13ef2674674a2e3d7420abd08be33 [diff] |
KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant Add variants of the I/O helpers that take a vCPU instead of an emulation context. This will eventually allow KVM to limit use of the emulation context to the full emulation path. 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>