From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ1cP-0007Bn-DT for qemu-devel@nongnu.org; Tue, 02 Oct 2012 08:30:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ1cF-00037Z-S9 for qemu-devel@nongnu.org; Tue, 02 Oct 2012 08:30:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ1cF-000354-JV for qemu-devel@nongnu.org; Tue, 02 Oct 2012 08:30:23 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q92CUGfZ032283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 2 Oct 2012 08:30:17 -0400 Date: Tue, 2 Oct 2012 09:31:11 -0300 From: Luiz Capitulino Message-ID: <20121002093111.2f3a9eae@doriath.home> In-Reply-To: <1349103144-6827-2-git-send-email-pbonzini@redhat.com> References: <1349103144-6827-1-git-send-email-pbonzini@redhat.com> <1349103144-6827-2-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/9] build: add QAPI files to the tools List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Mon, 1 Oct 2012 16:52:16 +0200 Paolo Bonzini wrote: > We need them because qemu-sockets will soon be using SocketAddress. > > Signed-off-by: Paolo Bonzini Acked-by: Luiz Capitulino > --- > Makefile.objs | 3 ++- > 1 file modificato, 2 inserzioni(+). 1 rimozione(-) > > diff --git a/Makefile.objs b/Makefile.objs > index 4412757..03da150 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -47,6 +47,7 @@ block-obj-y += $(coroutine-obj-y) $(qobject-obj-y) $(version-obj-y) > block-obj-$(CONFIG_POSIX) += posix-aio-compat.o > block-obj-$(CONFIG_LINUX_AIO) += linux-aio.o > block-obj-y += block/ > +block-obj-y += $(qapi-obj-y) qapi-types.o qapi-visit.o > > ifeq ($(CONFIG_VIRTIO)$(CONFIG_VIRTFS)$(CONFIG_PCI),yyy) > # Lots of the fsdev/9pcode is pulled in by vl.c via qemu_fsdev_add. > @@ -241,9 +242,9 @@ QEMU_CFLAGS+=$(GLIB_CFLAGS) > nested-vars += \ > hw-obj-y \ > qga-obj-y \ > - block-obj-y \ > qom-obj-y \ > qapi-obj-y \ > + block-obj-y \ > user-obj-y \ > common-obj-y \ > extra-obj-y