commit | 609363cf81fcbd2c7fc93d1f920cef3a71154de8 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Mon Dec 03 13:53:05 2018 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 14 12:34:30 2018 +0100 |
tree | 70d31aafc2120db9a8a127f4564e92f5ff4080ef | |
parent | cb1d474b322550630841a58ea960a448fe8ddce3 [diff] |
KVM: nVMX: Move vmcs12 code to dedicated files vmcs12 is the KVM-defined struct used to track a nested VMCS, e.g. a VMCS created by L1 for L2. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>