From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5yO4-00036x-1R for qemu-devel@nongnu.org; Fri, 09 Mar 2012 06:53:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5yNx-0007ZL-Q6 for qemu-devel@nongnu.org; Fri, 09 Mar 2012 06:53:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:29588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5yNx-0007Z4-IL for qemu-devel@nongnu.org; Fri, 09 Mar 2012 06:53:25 -0500 Message-ID: <4F59F006.7070001@redhat.com> Date: Fri, 09 Mar 2012 12:56:54 +0100 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/5] block: Virtual Bridges VERDE GOW disk image format, modifications to build components List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Leonardo E. Reiter" Cc: QEMU Developers Mailing List Am 08.03.2012 23:17, schrieb Leonardo E. Reiter: > commit eb7af36f02ff3b5bc13c2166a008de29632d5500 > Author: Leonardo E. Reiter > > Date: Thu Mar 8 15:56:49 2012 -0600 > > Include GOW disk image format objects in compilation and link. > Signed-off-by: Leonardo E. Reiter > > > diff --git a/Makefile.objs b/Makefile.objs > index 808de6a..905ebeb 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -35,6 +35,7 @@ block-nested-y += qcow2.o qcow2-refcount.o > qcow2-cluster.o qcow2-snapshot.o qcow > block-nested-y += qed.o qed-gencb.o qed-l2-cache.o qed-table.o > qed-cluster.o > block-nested-y += qed-check.o > block-nested-y += parallels.o nbd.o blkdebug.o sheepdog.o blkverify.o > +block-nested-y += gow23.o gow1.o > block-nested-y += stream.o > block-nested-$(CONFIG_WIN32) += raw-win32.o > block-nested-$(CONFIG_POSIX) += raw-posix.o Adding the new source files to the Makefile should be part of the patch that introduce the new .c files. Kevin