]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: nVMX: Move vmcs12 code to dedicated files
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 3 Dec 2018 21:53:05 +0000 (13:53 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 11:34:30 +0000 (12:34 +0100)
commit609363cf81fcbd2c7fc93d1f920cef3a71154de8
tree70d31aafc2120db9a8a127f4564e92f5ff4080ef
parentcb1d474b322550630841a58ea960a448fe8ddce3
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>
arch/x86/kvm/Makefile
arch/x86/kvm/vmx/vmcs.h
arch/x86/kvm/vmx/vmcs12.c [new file with mode: 0644]
arch/x86/kvm/vmx/vmcs12.h [new file with mode: 0644]
arch/x86/kvm/vmx/vmx.c