]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit813482ab530dd2fd3db9ec2041a2d24f8d743b19
tree097ceb8c2d8ebf2ff98690f9bf8227dbd82f5366
parent9775d81c9c6f70f8b5d31bce726ef3616790a2a5
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/pmu_amd.c [deleted file]
arch/x86/kvm/svm.c [deleted file]
arch/x86/kvm/svm/pmu.c [new file with mode: 0644]
arch/x86/kvm/svm/svm.c [new file with mode: 0644]