]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:47:14 +0000 (12:47 +0100)
commit8e7112eafec5bedadb62bb60ed24a92e74e2f781
treeb1dcc61c697847601ad34b885f5459581aafa05c
parentff1e51b8d02b4d0945cd5d6b367cec282d0f927c
KVM: VMX: Move VMX specific files to a "vmx" subdirectory

[ Upstream commit a821bab2d1ee869e04b218b198837bf07f2d27c1 ]

...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>
Stable-dep-of: a44b331614e6 ("KVM: x86/vmx: Do not skip segment attributes if unusable bit is set")
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kvm/Makefile
arch/x86/kvm/vmx/pmu_intel.c [moved from arch/x86/kvm/pmu_intel.c with 100% similarity]
arch/x86/kvm/vmx/vmx.c [moved from arch/x86/kvm/vmx.c with 100% similarity]
arch/x86/kvm/vmx/vmx_evmcs.h [moved from arch/x86/kvm/vmx_evmcs.h with 100% similarity]
arch/x86/kvm/vmx/vmx_shadow_fields.h [moved from arch/x86/kvm/vmx_shadow_fields.h with 100% similarity]