login
Header Space

 
 

[PATCH 3/3] Time to make CONFIG_PARAVIRT non-experimental.

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: lkml - Kernel Mailing List <linux-kernel@...>
Cc: virtualization <virtualization@...>, Jeremy Fitzhardinge <jeremy@...>, Zachary Amsden <zach@...>, Chris Wright <chrisw@...>, Avi Kivity <avi@...>, Anthony Liguori <aliguori@...>
Date: Friday, September 14, 2007 - 1:21 am

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

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> 

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
 


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/3] Normalize config options for guest support, Rusty Russell, (Fri Sep 14, 1:17 am)
Re: [PATCH 2/3] Consolidate host virtualization support unde..., Jeremy Fitzhardinge, (Sun Sep 16, 10:56 am)
Re: [PATCH 2/3] Consolidate host virtualization support unde..., Jeremy Fitzhardinge, (Mon Sep 17, 8:18 pm)
[PATCH 3/3] Time to make CONFIG_PARAVIRT non-experimental., Rusty Russell, (Fri Sep 14, 1:21 am)
Re: [PATCH 3/3] Time to make CONFIG_PARAVIRT non-experimental., Jeremy Fitzhardinge, (Tue Sep 18, 11:59 pm)
speck-geostationary