]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commite0123119a564de1a9aff712e0b968b3e21296a22
treed3252023f18f60facad15776c867b9931909e5dc
parenta821bab2d1ee869e04b218b198837bf07f2d27c1
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]