virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* unmet direct dependencies (VIRTUALIZATION && VIRTIO)
@ 2010-12-27 11:42 Toralf Förster
  2011-01-01 19:08 ` [PATCH] LGUEST_GUEST: fix " Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Toralf Förster @ 2010-12-27 11:42 UTC (permalink / raw)
  To: virtualization

Hello,

a "make randconfig 1>/dev/null" gave today :

warning: (LGUEST_GUEST && PARAVIRT_GUEST && X86_32 || VIRTIO_PCI && VIRTUALIZATION && PCI && EXPERIMENTAL || VIRTIO_BALLOON && 
VIRTUALIZATION) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION)
warning: (GPIO_VX855 && GPIOLIB) selects MFD_VX855 which has unmet direct dependencies (MFD_SUPPORT && PCI)
warning: (LGUEST_GUEST && PARAVIRT_GUEST && X86_32 || VIRTIO_PCI && VIRTUALIZATION && PCI && EXPERIMENTAL || VIRTIO_BALLOON && 
VIRTUALIZATION) selects VIRTIO_RING which has unmet direct dependencies (VIRTUALIZATION && VIRTIO)

for the current git kernel sources.
Is this an already known issue ?

-- 
MfG/Kind regards
Toralf Förster

pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization

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

* [PATCH] LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO)
  2010-12-27 11:42 unmet direct dependencies (VIRTUALIZATION && VIRTIO) Toralf Förster
@ 2011-01-01 19:08 ` Randy Dunlap
       [not found]   ` <20110101110846.6a88bf7e.rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2011-01-01 19:08 UTC (permalink / raw)
  To: Toralf Förster, Rusty Russell; +Cc: virtualization, lguest

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

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

* Re: [PATCH] LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO)
       [not found]   ` <20110101110846.6a88bf7e.rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org>
@ 2011-01-04  2:12     ` Rusty Russell
  0 siblings, 0 replies; 3+ messages in thread
From: Rusty Russell @ 2011-01-04  2:12 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Toralf Förster, lguest-uLR06cmDAlY/bJ5BZ2RsiQ,
	virtualization-qjLDD68F18O7TbgM5vRIOg

On Sun, 2 Jan 2011 05:38:46 am Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
> 
> 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-Mmb7MZpHnFY@public.gmane.org>
> Signed-off-by: Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>

Thanks, applied!

Rusty.

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

end of thread, other threads:[~2011-01-04  2:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-27 11:42 unmet direct dependencies (VIRTUALIZATION && VIRTIO) Toralf Förster
2011-01-01 19:08 ` [PATCH] LGUEST_GUEST: fix " Randy Dunlap
     [not found]   ` <20110101110846.6a88bf7e.rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org>
2011-01-04  2:12     ` 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).