All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH] xen: rename gntdev and evtdev modules to be less generic
Date: Thu, 10 Dec 2009 13:10:36 -0800	[thread overview]
Message-ID: <4B2163CC.7040005@goop.org> (raw)
In-Reply-To: <1260097645-13477-1-git-send-email-ian.campbell@citrix.com>

On 12/06/09 03:07, Ian Campbell wrote:
> Also allow gntdev to be built as a module.
>    

I think this breaks auto-loading of evtchn when its a module; I suspect 
xen-backend.rules needs updating to match.

     J

> 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
>    

  parent reply	other threads:[~2009-12-10 21:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Jeremy Fitzhardinge [this message]
2009-12-10 22:50   ` [PATCH] xen: rename gntdev and evtdev modules to be less generic 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

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=4B2163CC.7040005@goop.org \
    --to=jeremy@goop.org \
    --cc=ian.campbell@citrix.com \
    --cc=xen-devel@lists.xensource.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.