The patch titled KVM: Put KVM in a new Virtualization menu has been added to the -mm tree. Its filename is kvm-put-kvm-in-a-new-virtualization-menu.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: KVM: Put KVM in a new Virtualization menu From: Avi Kivity <avi@xxxxxxxxxxxx> Instead of in the main drivers menu. Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/kvm/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff -puN drivers/kvm/Kconfig~kvm-put-kvm-in-a-new-virtualization-menu drivers/kvm/Kconfig --- a/drivers/kvm/Kconfig~kvm-put-kvm-in-a-new-virtualization-menu +++ a/drivers/kvm/Kconfig @@ -1,6 +1,8 @@ # # KVM configuration # +menu "Virtualization" + config KVM tristate "Kernel-based Virtual Machine (KVM) support" depends on X86 && EXPERIMENTAL @@ -31,3 +33,5 @@ config KVM_AMD ---help--- Provides support for KVM on AMD processors equipped with the AMD-V (SVM) extensions. + +endmenu _ Patches currently in -mm which might be from avi@xxxxxxxxxxxx are origin.patch kvm-userspace-interface.patch kvm-add-missing-include.patch kvm-put-kvm-in-a-new-virtualization-menu.patch kvm-clean-up-amd-svm-debug-registers-load-and-unload.patch kvm-replace-__x86_64__-with-config_x86_64.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