From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFLsm-0005B5-HG for qemu-devel@nongnu.org; Thu, 07 Aug 2014 07:29:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFLsh-0003fX-Ha for qemu-devel@nongnu.org; Thu, 07 Aug 2014 07:29:20 -0400 Received: from mail-la0-f52.google.com ([209.85.215.52]:64192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFLsh-0003fM-Bh for qemu-devel@nongnu.org; Thu, 07 Aug 2014 07:29:15 -0400 Received: by mail-la0-f52.google.com with SMTP id b17so2309284lan.39 for ; Thu, 07 Aug 2014 04:29:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1407341555-13173-1-git-send-email-pbonzini@redhat.com> References: <1407341555-13173-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Thu, 7 Aug 2014 12:28:54 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/11] KVM, icount changes for 2014-08-06 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 6 August 2014 17:12, Paolo Bonzini wrote: > The following changes since commit 41a1a9c42c4e0fb5f1b94aa8b72e42f66ebde3= d9: > > po: Update German translation (2014-07-28 23:37:17 +0200) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 92627748f7f7355bb2ea676a45791bd66b84aee0: > > target-mips: Ignore unassigned accesses with KVM (2014-08-06 17:53:07 += 0200) > > ---------------------------------------------------------------- > KVM changes include a MIPS patch and the testdev backend used by the > ARM kvm-unit-tests. icount include the first part of reverse execution > and Sebastian Tanase's patches to slow down -icount execution to the > desired speed of the target. Hi. I'm afraid this doesn't build on 32 bit: /root/qemu/cpus.c: In function =E2=80=98dump_drift_info=E2=80=99: /root/qemu/cpus.c:1561:17: error: format =E2=80=98%ld=E2=80=99 expects argu= ment of type =E2=80=98long int=E2=80=99, but argument 3 has type =E2=80=98int64_t= =E2=80=99 [-Werror=3Dformat] /root/qemu/cpus.c:1563:9: error: format =E2=80=98%ld=E2=80=99 expects argum= ent of type =E2=80=98long int=E2=80=99, but argument 3 has type =E2=80=98int64_t=E2=80= =99 [-Werror=3Dformat] /root/qemu/cpus.c:1564:9: error: format =E2=80=98%ld=E2=80=99 expects argum= ent of type =E2=80=98long int=E2=80=99, but argument 3 has type =E2=80=98int64_t=E2=80= =99 [-Werror=3Dformat] cc1: all warnings being treated as errors make[1]: *** [cpus.o] Error 1 thanks -- PMM