From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsC19-0003hk-Up for qemu-devel@nongnu.org; Tue, 12 May 2015 11:22:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YsC13-0001Lt-6n for qemu-devel@nongnu.org; Tue, 12 May 2015 11:22:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsC12-0001Kr-W7 for qemu-devel@nongnu.org; Tue, 12 May 2015 11:22:41 -0400 Message-ID: <55521ABC.8020604@redhat.com> Date: Tue, 12 May 2015 11:22:36 -0400 From: John Snow MIME-Version: 1.0 References: <1431367963-24437-1-git-send-email-jsnow@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/14] Ide patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 05/12/2015 06:44 AM, Peter Maydell wrote: > On 11 May 2015 at 19:12, John Snow wrote: >> The following changes since commit 9ad2c8cd41a086020e21aa6d616b73bd5e2= a800b: >> >> Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-= 2015-05-09' into staging (2015-05-11 13:54:00 +0100) >> >> are available in the git repository at: >> >> https://github.com/jnsnow/qemu.git tags/ide-pull-request >> >> for you to fetch changes up to 6e8d74ed17e0526c34386283df6b7935076d983= a: >> >> qtest: pre-buffer hex nibs (2015-05-11 11:00:05 -0400) >> >=20 > Doesn't build on 32-bit: >=20 > /root/qemu/qtest.c: In function =E2=80=98qtest_process_command=E2=80=99= : > /root/qemu/qtest.c:519:28: error: format =E2=80=98%zu=E2=80=99 expects = argument of > type =E2=80=98size_t=E2=80=99, but argument 2 has type =E2=80=98uint64_= t=E2=80=99 [-Werror=3Dformat] >=20 > -- PMM >=20 More motivation for me to try another stab at fixing up the -m32 support, I guess. --js