From: Glauber de Oliveira Costa <gcosta@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: ak@suse.de, rusty@rustcorp.com.au, zach@vmware.com,
jeremy@goop.org, chrisw@sous-sol.org, akpm@linux-foundation.org,
Glauber de Oliveira Costa <gcosta@redhat.com>
Subject: [PATCH] select PARAVIRT when PARAVIRT_GUEST on
Date: Sat, 27 Oct 2007 11:07:12 -0300 [thread overview]
Message-ID: <11934940321103-git-send-email-gcosta@redhat.com> (raw)
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
next reply other threads:[~2007-10-27 13:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-27 14:07 Glauber de Oliveira Costa [this message]
2007-10-27 22:27 ` [PATCH] select PARAVIRT when PARAVIRT_GUEST on Rusty Russell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11934940321103-git-send-email-gcosta@redhat.com \
--to=gcosta@redhat.com \
--cc=ak@suse.de \
--cc=akpm@linux-foundation.org \
--cc=chrisw@sous-sol.org \
--cc=jeremy@goop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=zach@vmware.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.