The patch titled
KVM: Fix virtualization menu help text
has been removed from the -mm tree. Its filename was
kvm-fix-virtualization-menu-help-text.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: KVM: Fix virtualization menu help text
From: Avi Kivity <[EMAIL PROTECTED]>
An August 18 patch from Jan Engelhardt (06bfb7e) added help text for the
virtualization menu. Unfortunately the text is misleading, as "guest
drivers" are usually interpreted to mean "drivers running inside the
guest", which is not the case for kvm.
Cc: Jan Engelhardt <[EMAIL PROTECTED]>
Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>
Acked-by: Rusty Russell <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/kvm/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff -puN drivers/kvm/Kconfig~kvm-fix-virtualization-menu-help-text
drivers/kvm/Kconfig
--- a/drivers/kvm/Kconfig~kvm-fix-virtualization-menu-help-text
+++ a/drivers/kvm/Kconfig
@@ -6,7 +6,8 @@ menuconfig VIRTUALIZATION
depends on X86
default y
---help---
- Say Y here to get to see options for virtualization guest drivers.
+ Say Y here to get to see options for using your Linux host to run
other
+ operating systems inside virtual machines (guests).
This option alone does not add any kernel code.
If you say N, all options in this submenu will be skipped and
disabled.
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-kvm.patch
time-simplify-smp_call_function_single-call-sequence.patch
move-preempt_notifiers-into-an-always-included-kconfig.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html