From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLNZX-0004Oi-PX for qemu-devel@nongnu.org; Sat, 14 May 2011 18:44:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLNZW-00042p-D2 for qemu-devel@nongnu.org; Sat, 14 May 2011 18:44:31 -0400 Received: from hall.aurel32.net ([88.191.126.93]:54730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLNZW-00042l-5u for qemu-devel@nongnu.org; Sat, 14 May 2011 18:44:30 -0400 Date: Sun, 15 May 2011 00:44:27 +0200 From: Aurelien Jarno Message-ID: <20110514224427.GG13600@volta.aurel32.net> References: <4DB6AD38.50307@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <4DB6AD38.50307@siemens.com> Subject: Re: [Qemu-devel] [PATCH] virtio: Move virtio-pci to hw library List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On Tue, Apr 26, 2011 at 01:32:08PM +0200, Jan Kiszka wrote: > This module has no target dependencies (except for target_phys_addr_t > size) and can thus be built as part of libhw. > > Signed-off-by: Jan Kiszka > --- > Makefile.objs | 1 + > Makefile.target | 1 - > 2 files changed, 1 insertions(+), 1 deletions(-) Reviewed-by: Aurelien Jarno > diff --git a/Makefile.objs b/Makefile.objs > index fad1dce..3192bf5 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -171,6 +171,7 @@ user-obj-y += cutils.o cache-utils.o > hw-obj-y = > hw-obj-y += vl.o loader.o > hw-obj-$(CONFIG_VIRTIO) += virtio.o virtio-console.o > +hw-obj-$(CONFIG_VIRTIO_PCI) += virtio-pci.o > hw-obj-y += fw_cfg.o > hw-obj-$(CONFIG_PCI) += pci.o pci_bridge.o > hw-obj-$(CONFIG_PCI) += msix.o msi.o > diff --git a/Makefile.target b/Makefile.target > index cfc7091..5da9e59 100644 > --- a/Makefile.target > +++ b/Makefile.target > @@ -191,7 +191,6 @@ obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o balloon.o > # need to fix this properly > obj-$(CONFIG_NO_PCI) += pci-stub.o > obj-$(CONFIG_VIRTIO) += virtio-blk.o virtio-balloon.o virtio-net.o virtio-serial-bus.o > -obj-$(CONFIG_VIRTIO_PCI) += virtio-pci.o > obj-y += vhost_net.o > obj-$(CONFIG_VHOST_NET) += vhost.o > obj-$(CONFIG_REALLY_VIRTFS) += virtio-9p.o > -- > 1.7.1 > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net