From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [Xen-devel] [PATCH V4 04/10] configure: Introduce --enable-xen-pci-passthrough. Date: Fri, 18 Nov 2011 09:53:47 -0500 Message-ID: <20111118145347.GA17708@phenom.dumpdata.com> References: <1321543033-22090-1-git-send-email-anthony.perard@citrix.com> <1321543033-22090-5-git-send-email-anthony.perard@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1321543033-22090-5-git-send-email-anthony.perard@citrix.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Anthony PERARD Cc: Xen Devel , QEMU-devel , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Thu, Nov 17, 2011 at 03:17:07PM +0000, Anthony PERARD wrote: > Signed-off-by: Anthony PERARD > --- > Makefile.target | 2 ++ > configure | 25 +++++++++++++++++++++++++ > 2 files changed, 27 insertions(+), 0 deletions(-) > > diff --git a/Makefile.target b/Makefile.target > index a111521..2e881ce 100644 > --- a/Makefile.target > +++ b/Makefile.target > @@ -219,6 +219,8 @@ obj-$(CONFIG_NO_XEN) += xen-stub.o > > obj-i386-$(CONFIG_XEN) += xen_platform.o > > +# Xen PCI Passthrough > + What is this for? Ah, the next patch plucks some contents there. You might want to move this Makefile change in the next patch.