commit | 75edce8a45486fe5fa5becdb43a7c36354b2a379 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Mon Dec 03 13:53:06 2018 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 14 14:00:06 2018 +0100 |
tree | cf07c5d0a4e8b4eb9dccfbb4cc59f3e1bc3ab8bd | |
parent | 8373d25d25d14fe644feae007c15a5a10cf8e888 [diff] |
KVM: VMX: Move eVMCS code to dedicated files The header, evmcs.h, already exists and contains a fair amount of code, but there are a few pieces in vmx.c that can be moved verbatim. In addition, move an array definition to evmcs.c to prepare for multiple consumers of evmcs.h. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>