It's pretty widely used, and the distributions will turn it on.

Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> 

diff -r b546335d7e75 arch/i386/Kconfig
--- a/arch/i386/Kconfig Fri Sep 14 13:24:49 2007 +1000
+++ b/arch/i386/Kconfig Fri Sep 14 13:27:13 2007 +1000
@@ -215,8 +215,8 @@ endchoice
 endchoice
 
 menuconfig PARAVIRT
-       bool "Paravirtualized guest support (EXPERIMENTAL)"
-       depends on EXPERIMENTAL
+       bool "Paravirtualized guest support"
+       default y
        depends on !(X86_VISWS || X86_VOYAGER)
        help
          Paravirtualization is a way of running multiple instances of
@@ -224,7 +224,7 @@ menuconfig PARAVIRT
          changes the kernel so it can modify itself when it is run
          under a hypervisor, improving performance significantly.
          However, when run without a hypervisor the kernel is
-         theoretically slower.  If in doubt, say N.
+         theoretically slower.  If in doubt, say Y.
 
 if PARAVIRT
 


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to