The patch titled KVM: AMD SVM: Plumbing has been removed from the -mm tree. Its filename was kvm-amd-svm-plumbing.patch This patch was dropped because it was folded into kvm-userspace-interface.patch ------------------------------------------------------ Subject: KVM: AMD SVM: Plumbing From: Avi Kivity <avi@xxxxxxxxxxxx> Wire it all up and we're ready to go. Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/kvm/Kconfig | 7 +++++++ drivers/kvm/Makefile | 2 ++ 2 files changed, 9 insertions(+) diff -puN drivers/kvm/Kconfig~kvm-amd-svm-plumbing drivers/kvm/Kconfig --- a/drivers/kvm/Kconfig~kvm-amd-svm-plumbing +++ a/drivers/kvm/Kconfig @@ -24,3 +24,10 @@ config KVM_INTEL ---help--- Provides support for KVM on Intel processors equipped with the VT extensions. + +config KVM_AMD + tristate "KVM for AMD processors support" + depends on KVM && X86_64 + ---help--- + Provides support for KVM on AMD processors equipped with the AMD-V + (SVM) extensions. diff -puN drivers/kvm/Makefile~kvm-amd-svm-plumbing drivers/kvm/Makefile --- a/drivers/kvm/Makefile~kvm-amd-svm-plumbing +++ a/drivers/kvm/Makefile @@ -6,3 +6,5 @@ kvm-objs := kvm_main.o mmu.o x86_emulate obj-$(CONFIG_KVM) += kvm.o kvm-intel-objs = vmx.o obj-$(CONFIG_KVM_INTEL) += kvm-intel.o +kvm-amd-objs = svm.o +obj-$(CONFIG_KVM_AMD) += kvm-amd.o _ Patches currently in -mm which might be from avi@xxxxxxxxxxxx are origin.patch kvm-userspace-interface.patch kvm-amd-svm-plumbing.patch kvm-fix-null-and-c99-init-sparse-warnings.patch kvm-load-i386-segment-bases.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html