linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] select PARAVIRT when PARAVIRT_GUEST on
@ 2007-10-27 14:07 Glauber de Oliveira Costa
  2007-10-27 22:27 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Glauber de Oliveira Costa @ 2007-10-27 14:07 UTC (permalink / raw)
  To: linux-kernel
  Cc: ak, rusty, zach, jeremy, chrisw, akpm, Glauber de Oliveira Costa

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


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

* Re: [PATCH] select PARAVIRT when PARAVIRT_GUEST on
  2007-10-27 14:07 [PATCH] select PARAVIRT when PARAVIRT_GUEST on Glauber de Oliveira Costa
@ 2007-10-27 22:27 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2007-10-27 22:27 UTC (permalink / raw)
  To: Glauber de Oliveira Costa; +Cc: linux-kernel, ak, zach, jeremy, chrisw, akpm

On Sunday 28 October 2007 00:07:12 Glauber de Oliveira Costa wrote:
> Commit d3d1c4bdf16bd154d9f27f34fca28edca90465eb introduces a new config
> knob that, according to its changelog, should select CONFIG_PARAVIRT.

Hi Glauber,

	PARAVIRT is now selected by the options which need it.  Merely turning on the 
menu "does not add any kernel code" as promised in the text...

Rusty.

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

end of thread, other threads:[~2007-10-27 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-27 14:07 [PATCH] select PARAVIRT when PARAVIRT_GUEST on Glauber de Oliveira Costa
2007-10-27 22:27 ` Rusty Russell

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).