commit | 89b0c9f58350f6820f062ea12000e8a171177f3b | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Mon Dec 03 13:53:07 2018 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 14 17:17:27 2018 +0100 |
tree | fb16a10237cb096eb9ce234698e8e1a6a94c302d | |
parent | 75edce8a45486fe5fa5becdb43a7c36354b2a379 [diff] |
KVM: VMX: Move VMX instruction wrappers to a dedicated header file VMX has a few hundred lines of code just to wrap various VMX specific instructions, e.g. VMWREAD, INVVPID, etc... Move them to a dedicated header so it's easier to find/isolate the boilerplate. With this change, more inlines can be moved from vmx.c to vmx.h. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>