KVM: VMX: Move VMX specific files to a "vmx" subdirectory
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 3 Dec 2018 21:52:56 +0000 (13:52 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 11:34:24 +0000 (12:34 +0100)
commita821bab2d1ee869e04b218b198837bf07f2d27c1
tree9819370d6da65f030ad2d4f4695a022e91c07015
parent3592cda6bc27fd6e73f73a6e793cbd0c09a07a36
KVM: VMX: Move VMX specific files to a "vmx" subdirectory

...to prepare for shattering vmx.c into multiple files without having
to prepend "vmx_" to all new files.

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/pmu_intel.c [deleted file]
arch/x86/kvm/vmx.c [deleted file]
arch/x86/kvm/vmx/pmu_intel.c [new file with mode: 0644]
arch/x86/kvm/vmx/vmx.c [new file with mode: 0644]
arch/x86/kvm/vmx/vmx_evmcs.h [new file with mode: 0644]
arch/x86/kvm/vmx/vmx_shadow_fields.h [new file with mode: 0644]
arch/x86/kvm/vmx_evmcs.h [deleted file]
arch/x86/kvm/vmx_shadow_fields.h [deleted file]