kVM SVM: Move SVM related files to own sub-directory
authorJoerg Roedel <jroedel@suse.de>
Tue, 24 Mar 2020 09:41:51 +0000 (10:41 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 Apr 2020 14:53:47 +0000 (10:53 -0400)
commit46a010dd6896045484c7749b3d30b685c649eb18
tree097ceb8c2d8ebf2ff98690f9bf8227dbd82f5366
parent8c1b724ddb218f221612d4c649bc9c7819d8d7a6
kVM SVM: Move SVM related files to own sub-directory

Move svm.c and pmu_amd.c into their own arch/x86/kvm/svm/
subdirectory.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Message-Id: <20200324094154.32352-2-joro@8bytes.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/Makefile
arch/x86/kvm/svm/pmu.c [moved from arch/x86/kvm/pmu_amd.c with 100% similarity]
arch/x86/kvm/svm/svm.c [moved from arch/x86/kvm/svm.c with 100% similarity]