KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 3 Dec 2018 21:52:58 +0000 (13:52 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 11:34:25 +0000 (12:34 +0100)
commit4cebd747d78559d1e8666d3e68a75f08966abc0c
tree2c323df3400d121844d08dcdc81c24c981946bb1
parente0123119a564de1a9aff712e0b968b3e21296a22
KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h

VMX specific files now reside in a dedicated subdirectory, i.e. the
file name prefix is redundant.

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