]> 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)
commit64a66d34623cd74cf73ca9a7deb5d4ddb6b3c70c
treed3252023f18f60facad15776c867b9931909e5dc
parentd6d853b340e12155ffb50bc4b059d80c00de5777
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]