login
Header Space

 
 

[PATCH] select PARAVIRT when PARAVIRT_GUEST on

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: <ak@...>, <rusty@...>, <zach@...>, <jeremy@...>, <chrisw@...>, <akpm@...>, Glauber de Oliveira Costa <gcosta@...>
Date: Saturday, October 27, 2007 - 10:07 am

Commit d3d1c4bdf16bd154d9f27f34fca28edca90465eb introduces a new config knob
that, according to its changelog, should select CONFIG_PARAVIRT.

However, this is not being done atm.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
---
 arch/i386/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index b4437ce..72f6351 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -237,6 +237,7 @@ config PARAVIRT
 
 menuconfig PARAVIRT_GUEST
 	bool "Paravirtualized guest support"
+	select PARAVIRT
 	help
 	  Say Y here to get to see options related to running Linux under
 	  various hypervisors.  This option alone does not add any kernel code.
-- 
1.5.0.6

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

Messages in current thread:
[PATCH] select PARAVIRT when PARAVIRT_GUEST on, Glauber de Oliveira Costa..., (Sat Oct 27, 10:07 am)
Re: [PATCH] select PARAVIRT when PARAVIRT_GUEST on, Rusty Russell, (Sat Oct 27, 6:27 pm)
speck-geostationary