From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFSHa-0007kK-BC for qemu-devel@nongnu.org; Mon, 17 Feb 2014 12:47:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFSHT-0005XL-6W for qemu-devel@nongnu.org; Mon, 17 Feb 2014 12:47:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFSHS-0005Wz-Vr for qemu-devel@nongnu.org; Mon, 17 Feb 2014 12:46:59 -0500 Date: Mon, 17 Feb 2014 12:46:50 -0500 From: Luiz Capitulino Message-ID: <20140217124650.38960adc@redhat.com> In-Reply-To: References: <1392305440-30465-1-git-send-email-lcapitulino@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/22] QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Anthony Liguori On Sat, 15 Feb 2014 15:36:05 +0000 Peter Maydell wrote: > On 13 February 2014 15:30, Luiz Capitulino wrote: > > The following changes since commit 9d74f6fef0801ca2ce5c9d38d59b85bf03c27669: > > > > Merge remote-tracking branch 'remotes/alon/pull-libcacard.glusterfs' into staging (2014-02-12 17:53:31 +0000) > > > > are available in the git repository at: > > > > > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > > > > for you to fetch changes up to ebdc5cbd04a47af74f8b853f8ec95ab6291c7b53: > > > > monitor: Add object_add class argument completion. (2014-02-13 08:49:35 -0500) > > Hi. This doesn't build on 32 bit hosts, I'm afraid: > > CC aarch64-softmmu/dump.o > /root/qemu/dump.c: In function 'write_dump_pages': > /root/qemu/dump.c:1356:21: error: passing argument 2 of 'compress2' > from incompatible pointer type [-Werror] > In file included from /root/qemu/dump.c:28:0: > /usr/include/zlib.h:1157:12: note: expected 'uLongf *' but argument is > of type 'size_t *' > cc1: all warnings being treated as errors I dropped the offending series, can you try again please?