All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: rename gntdev and evtdev modules to be less generic
@ 2009-12-06 11:07 Ian Campbell
  2009-12-08  0:21 ` Jeremy Fitzhardinge
  2009-12-10 21:10 ` [PATCH] xen: rename gntdev and evtdev modules to be less generic Jeremy Fitzhardinge
  0 siblings, 2 replies; 10+ messages in thread
From: Ian Campbell @ 2009-12-06 11:07 UTC (permalink / raw)
  To: xen-devel; +Cc: Jeremy Fitzhardinge, Ian Campbell

Also allow gntdev to be built as a module.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
---
 drivers/xen/Kconfig  |    2 +-
 drivers/xen/Makefile |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 22c8818..a2833bb 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -169,7 +169,7 @@ config XEN_S3
        depends on XEN_DOM0 && ACPI
        
 config XEN_GNTDEV
-	bool "userspace grant access device driver"
+	tristate "userspace grant access device driver"
 	depends on XEN
 	select MMU_NOTIFIER
 	help
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile
index f7893f3..3288930 100644
--- a/drivers/xen/Makefile
+++ b/drivers/xen/Makefile
@@ -8,8 +8,8 @@ obj-$(CONFIG_PCI)			+= pci.o
 obj-$(CONFIG_HOTPLUG_CPU)		+= cpu_hotplug.o
 obj-$(CONFIG_XEN_XENCOMM)		+= xencomm.o
 obj-$(CONFIG_XEN_BALLOON)		+= balloon.o
-obj-$(CONFIG_XEN_DEV_EVTCHN)		+= evtchn.o
-obj-$(CONFIG_XEN_GNTDEV)		+= gntdev.o
+obj-$(CONFIG_XEN_DEV_EVTCHN)		+= xen-evtchn.o
+obj-$(CONFIG_XEN_GNTDEV)		+= xen-gntdev.o
 obj-$(CONFIG_XEN_BLKDEV_BACKEND)	+= blkback/
 obj-$(CONFIG_XEN_BLKDEV_TAP)            += blktap/
 obj-$(CONFIG_XEN_NETDEV_BACKEND)	+= netback/
@@ -19,3 +19,6 @@ obj-$(CONFIG_XEN_SYS_HYPERVISOR)	+= sys-hypervisor.o
 obj-$(CONFIG_XEN_S3)			+= acpi.o
 obj-$(CONFIG_XEN_MCE)			+= mce.o
 obj-$(CONFIG_ACPI_PROCESSOR_XEN)	+= acpi_processor.o
+
+xen-evtchn-y				:= evtchn.o
+xen-gntdev-y				:= gntdev.o
-- 
1.6.5.3

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

end of thread, other threads:[~2009-12-11 13:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-06 11:07 [PATCH] xen: rename gntdev and evtdev modules to be less generic Ian Campbell
2009-12-08  0:21 ` Jeremy Fitzhardinge
2009-12-08  0:29   ` Re: [PATCH] xen: rename gntdev and evtdev modules to beless generic James Harper
2009-12-08  0:47     ` Jeremy Fitzhardinge
2009-12-10 21:10 ` [PATCH] xen: rename gntdev and evtdev modules to be less generic Jeremy Fitzhardinge
2009-12-10 22:50   ` Ian Campbell
2009-12-10 23:25     ` Jeremy Fitzhardinge
2009-12-11  8:56       ` Ian Campbell
2009-12-11 11:50       ` Ian Campbell
2009-12-11 13:22         ` Gerd Hoffmann

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.