]> git.baikalelectronics.ru Git - kernel.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)
commit0191d5841e5bf047992f5335866e888d7ec5521c
tree70d31aafc2120db9a8a127f4564e92f5ff4080ef
parent777e75a27e111d38f93ba27b15668ce0edf56ce9
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