]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.h
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 3 Dec 2018 21:52:57 +0000 (13:52 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 11:34:24 +0000 (12:34 +0100)
commit2769515449385aeeada87608f0d0d36af6cfd6e2
treed3252023f18f60facad15776c867b9931909e5dc
parentcca5441dd6033c6fe33ce909a4f7f3c5773690a4
KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.h

VMX specific files now reside in a dedicated subdirectory.  Drop the
"vmx" prefix, which is redundant, and add a "vmcs" prefix to clarify
that the file is referring to VMCS shadow fields.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmcs_shadow_fields.h [new file with mode: 0644]
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/vmx_shadow_fields.h [deleted file]