All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: ian.campbell@citrix.com
Cc: Jeremy Fitzhardinge <jeremy@goop.org>,
	xen-devel@lists.xensource.com, Ian Campbell <ijc@hellion.org.uk>
Subject: Re: [PATCH 3/3] xen: rename pciback module to xen-pciback.
Date: Thu, 3 Dec 2009 17:02:37 -0500	[thread overview]
Message-ID: <20091203220237.GA21885@phenom.dumpdata.com> (raw)
In-Reply-To: <1259877380-32275-4-git-send-email-ian.campbell@citrix.com>

On Thu, Dec 03, 2009 at 09:56:20PM +0000, ian.campbell@citrix.com wrote:
> pciback is rather generic for a modular distro style kernel.

Do you have a patch for Xen python stack to check ownership of
PCI devices to also be 'xen-pciback'?

> 
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> Cc: Jeremy Fitzhardinge <jeremy@goop.org>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

> ---
>  drivers/xen/pciback/Makefile |   24 ++++++++++++------------
>  1 files changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/drivers/xen/pciback/Makefile b/drivers/xen/pciback/Makefile
> index 106dae7..38bc123 100644
> --- a/drivers/xen/pciback/Makefile
> +++ b/drivers/xen/pciback/Makefile
> @@ -1,16 +1,16 @@
> -obj-$(CONFIG_XEN_PCIDEV_BACKEND) += pciback.o
> +obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback.o
>  
> -pciback-y := pci_stub.o pciback_ops.o xenbus.o
> -pciback-y += conf_space.o conf_space_header.o \
> -	     conf_space_capability.o \
> -	     conf_space_capability_vpd.o \
> -	     conf_space_capability_pm.o \
> -             conf_space_quirks.o
> -pciback-$(CONFIG_PCI_MSI) += conf_space_capability_msi.o
> -pciback-$(CONFIG_XEN_PCIDEV_BACKEND_VPCI) += vpci.o
> -pciback-$(CONFIG_XEN_PCIDEV_BACKEND_SLOT) += slot.o
> -pciback-$(CONFIG_XEN_PCIDEV_BACKEND_PASS) += passthrough.o
> -pciback-$(CONFIG_XEN_PCIDEV_BACKEND_CONTROLLER) += controller.o
> +xen-pciback-y := pci_stub.o pciback_ops.o xenbus.o
> +xen-pciback-y += conf_space.o conf_space_header.o \
> +		 conf_space_capability.o \
> +		 conf_space_capability_vpd.o \
> +		 conf_space_capability_pm.o \
> +		 conf_space_quirks.o
> +xen-pciback-$(CONFIG_PCI_MSI) += conf_space_capability_msi.o
> +xen-pciback-$(CONFIG_XEN_PCIDEV_BACKEND_VPCI) += vpci.o
> +xen-pciback-$(CONFIG_XEN_PCIDEV_BACKEND_SLOT) += slot.o
> +xen-pciback-$(CONFIG_XEN_PCIDEV_BACKEND_PASS) += passthrough.o
> +xen-pciback-$(CONFIG_XEN_PCIDEV_BACKEND_CONTROLLER) += controller.o
>  
>  ifeq ($(CONFIG_XEN_PCIDEV_BE_DEBUG),y)
>  EXTRA_CFLAGS += -DDEBUG
> -- 
> 1.6.5.3
> 

  reply	other threads:[~2009-12-03 22:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-03 21:56 Rename backend modules to be less generic ian.campbell
2009-12-03 21:56 ` [PATCH 1/3] xen: rename blkbk module xen-blkback ian.campbell
2009-12-03 21:56 ` [PATCH 2/3] xen: rename netbk module xen-netback ian.campbell
2009-12-03 21:56 ` [PATCH 3/3] xen: rename pciback module to xen-pciback ian.campbell
2009-12-03 22:02   ` Konrad Rzeszutek Wilk [this message]
2009-12-03 22:08     ` Jeremy Fitzhardinge
2009-12-03 22:20       ` Konrad Rzeszutek Wilk
2009-12-03 22:14     ` Ian Campbell
2009-12-03 22:18       ` Jeremy Fitzhardinge

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=20091203220237.GA21885@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=ian.campbell@citrix.com \
    --cc=ijc@hellion.org.uk \
    --cc=jeremy@goop.org \
    --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.