From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBORA-00081P-AT for qemu-devel@nongnu.org; Fri, 10 Jun 2016 11:33:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBOR8-0001uX-80 for qemu-devel@nongnu.org; Fri, 10 Jun 2016 11:33:31 -0400 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:33523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBOR8-0001uE-3z for qemu-devel@nongnu.org; Fri, 10 Jun 2016 11:33:30 -0400 Received: by mail-vk0-x231.google.com with SMTP id d64so102313781vkb.0 for ; Fri, 10 Jun 2016 08:33:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1465568813-19771-1-git-send-email-rth@twiddle.net> References: <1465568813-19771-1-git-send-email-rth@twiddle.net> From: Peter Maydell Date: Fri, 10 Jun 2016 16:33:10 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/15] tb hash improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On 10 June 2016 at 15:26, Richard Henderson wrote: > We're all good to go with v7. > > > r~ > > > The following changes since commit 0c33682d5f29b0a4ae53bdec4c8e52e4fae37b= 34: > > target-i386: Move user-mode exception actions out of user-exec.c (2016-= 06-09 15:55:02 +0100) > > are available in the git repository at: > > git://github.com/rth7680/qemu.git tags/pull-tcg-20160610 > > for you to fetch changes up to 9b1b8e78a5a8c849f5ca800d71497dc88a338483: > > translate-all: add tb hash bucket info to 'info jit' dump (2016-06-10 0= 7:21:54 -0700) > > ---------------------------------------------------------------- > TB hashing improvements Fails to build on ppc64be :-( In file included from /home/pm215/qemu/include/qemu/thread.h:4:0, from /home/pm215/qemu/include/block/aio.h:20, from /home/pm215/qemu/include/block/block.h:4, from /home/pm215/qemu/include/monitor/monitor.h:6, from /home/pm215/qemu/trace/control.c:23: /home/pm215/qemu/include/qemu/processor.h:24:35: error: expected identifier or =E2=80=98(=E2=80=99 before string constant "or 2, 2, 2;" ::: "memory") ^ In file included from /home/pm215/qemu/include/block/aio.h:20:0, from /home/pm215/qemu/include/block/block.h:4, from /home/pm215/qemu/include/monitor/monitor.h:6, from /home/pm215/qemu/trace/control.c:23: /home/pm215/qemu/include/qemu/thread.h:22:22: error: unknown type name =E2=80=98QemuMutex=E2=80=99 void qemu_mutex_init(QemuMutex *mutex); ^ /home/pm215/qemu/include/qemu/thread.h:23:25: error: unknown type name =E2=80=98QemuMutex=E2=80=99 void qemu_mutex_destroy(QemuMutex *mutex); ^ /home/pm215/qemu/include/qemu/thread.h:24:22: error: unknown type name =E2=80=98QemuMutex=E2=80=99 void qemu_mutex_lock(QemuMutex *mutex); ^ /home/pm215/qemu/include/qemu/thread.h:25:24: error: unknown type name =E2=80=98QemuMutex=E2=80=99 int qemu_mutex_trylock(QemuMutex *mutex); ^ /home/pm215/qemu/include/qemu/thread.h:26:24: error: unknown type name =E2=80=98QemuMutex=E2=80=99 void qemu_mutex_unlock(QemuMutex *mutex); ^ /home/pm215/qemu/include/qemu/thread.h:38:37: error: unknown type name =E2=80=98QemuMutex=E2=80=99 void qemu_cond_wait(QemuCond *cond, QemuMutex *mutex); ^ /home/pm215/qemu/include/qemu/thread.h: In function =E2=80=98qemu_spin_lock= =E2=80=99: /home/pm215/qemu/include/qemu/thread.h:78:24: error: expected =E2=80=98:=E2= =80=99 or =E2=80=98)=E2=80=99 before =E2=80=98;=E2=80=99 token cpu_relax(); ^ (and some more errors that I think are just run-on from those). thanks -- PMM