The patch titled KVM: Put KVM in a new Virtualization menu has been removed from the -mm tree. Its filename was kvm-put-kvm-in-a-new-virtualization-menu.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 kvm-add-valid_vcpu-helper.patch kvm-amd-svm-handle-msr_star-in-32-bit-mode.patch kvm-amd-svm-save-and-restore-the-floating-point-unit.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