mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -rc][RESEND] KVM: Fix virtualization menu help text
@ 2007-09-22 12:43 Avi Kivity
  2007-09-23  4:37 ` [kvm-devel] " Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Avi Kivity @ 2007-09-22 12:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, kvm-devel, Avi Kivity, Jan Engelhardt

What guest drivers?

Cc: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Avi Kivity <avi@qumranet.com>
---

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.

Linus, please apply.

 drivers/kvm/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/kvm/Kconfig b/drivers/kvm/Kconfig
index 9b72f33..8749fa4 100644
--- a/drivers/kvm/Kconfig
+++ b/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.
-- 
1.5.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-23  4:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-22 12:43 [PATCH -rc][RESEND] KVM: Fix virtualization menu help text Avi Kivity
2007-09-23  4:37 ` [kvm-devel] " Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome