public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kvm needs menu structure
@ 2006-12-11 22:44 Randy Dunlap
  2006-12-12  7:46 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2006-12-11 22:44 UTC (permalink / raw)
  To: kvm-devel, lkml; +Cc: avi, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

KVM config items need to be inside a menu structure instead of
dangling off of Device Drivers.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/kvm/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.19-git18.orig/drivers/kvm/Kconfig
+++ linux-2.6.19-git18/drivers/kvm/Kconfig
@@ -1,7 +1,7 @@
 #
 # KVM configuration
 #
-config KVM
+menuconfig KVM
 	tristate "Kernel-based Virtual Machine (KVM) support"
 	depends on X86 && EXPERIMENTAL
 	---help---


---

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

* Re: [PATCH] kvm needs menu structure
  2006-12-11 22:44 [PATCH] kvm needs menu structure Randy Dunlap
@ 2006-12-12  7:46 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2006-12-12  7:46 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: kvm-devel, lkml, akpm

Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> KVM config items need to be inside a menu structure instead of
> dangling off of Device Drivers.
>
>   

A similar patch (kvm-put-kvm-in-a-new-virtualization-menu.patch) is 
already queued in -mm.

Andrew, Randy's patch shouldn't be applied, unless there's strong 
feeling for a doubly-nested menu.

-- 
error compiling committee.c: too many arguments to function


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

end of thread, other threads:[~2006-12-12  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-11 22:44 [PATCH] kvm needs menu structure Randy Dunlap
2006-12-12  7:46 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox