From: Randy Dunlap <rdunlap@xenotime.net>
To: "Toralf Förster" <toralf.foerster@gmx.de>,
"Rusty Russell" <rusty@rustcorp.com.au>
Cc: virtualization@lists.osdl.org, lguest@lists.ozlabs.org
Subject: [PATCH] LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO)
Date: Sat, 1 Jan 2011 11:08:46 -0800 [thread overview]
Message-ID: <20110101110846.6a88bf7e.rdunlap@xenotime.net> (raw)
In-Reply-To: <201012271242.53835.toralf.foerster@gmx.de>
From: Randy Dunlap <randy.dunlap@oracle.com>
Honor the kconfig menu hierarchy to remove kconfig dependency warnings:
VIRTIO and VIRTIO_RING are subordinate to VIRTUALIZATION.
warning: (LGUEST_GUEST) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION)
warning: (LGUEST_GUEST && VIRTIO_PCI && VIRTIO_BALLOON) selects VIRTIO_RING which has unmet direct dependencies (VIRTUALIZATION && VIRTIO)
Reported-by: Toralf F_rster <toralf.foerster@gmx.de>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
arch/x86/lguest/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20101231.orig/arch/x86/lguest/Kconfig
+++ linux-next-20101231/arch/x86/lguest/Kconfig
@@ -2,6 +2,7 @@ config LGUEST_GUEST
bool "Lguest guest support"
select PARAVIRT
depends on X86_32
+ select VIRTUALIZATION
select VIRTIO
select VIRTIO_RING
select VIRTIO_CONSOLE
next prev parent reply other threads:[~2011-01-01 19:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-27 11:42 unmet direct dependencies (VIRTUALIZATION && VIRTIO) Toralf Förster
2011-01-01 19:08 ` Randy Dunlap [this message]
[not found] ` <20110101110846.6a88bf7e.rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org>
2011-01-04 2:12 ` [PATCH] LGUEST_GUEST: fix " 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=20110101110846.6a88bf7e.rdunlap@xenotime.net \
--to=rdunlap@xenotime.net \
--cc=lguest@lists.ozlabs.org \
--cc=rusty@rustcorp.com.au \
--cc=toralf.foerster@gmx.de \
--cc=virtualization@lists.osdl.org \
/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 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).