LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [patch] paravirt: let users decide whether they want VMI
@ 2007-03-05 12:15 Ingo Molnar
  0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2007-03-05 12:15 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds; +Cc: linux-kernel, Zachary Amsden, Alan Cox

Subject: [patch] paravirt: let users decide whether they want VMI
From: Ingo Molnar <mingo@elte.hu>

do not use default=y for CONFIG_VMI (we do not do that for any driver or 
special-hardware feature): the overwhelming majority of Linux users does 
not need it, and interested users and distributions can enable it 
as-needed.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/i386/Kconfig |    1 -
 1 file changed, 1 deletion(-)

Index: linux/arch/i386/Kconfig
===================================================================
--- linux.orig/arch/i386/Kconfig
+++ linux/arch/i386/Kconfig
@@ -225,7 +225,6 @@ config PARAVIRT
 config VMI
 	bool "VMI Paravirt-ops support"
 	depends on PARAVIRT
-	default y
 	help
 	  VMI provides a paravirtualized interface to the VMware ESX server
 	  (it could be used by other hypervisors in theory too, but is not

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-05 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-05 12:15 [patch] paravirt: let users decide whether they want VMI Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).