From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpDe8-0005KE-Ro for qemu-devel@nongnu.org; Thu, 22 Oct 2015 07:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpDe2-0005HV-4r for qemu-devel@nongnu.org; Thu, 22 Oct 2015 07:02:57 -0400 Received: from mail-vk0-f45.google.com ([209.85.213.45]:34744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpDe2-0005HR-1Z for qemu-devel@nongnu.org; Thu, 22 Oct 2015 07:02:54 -0400 Received: by vkat63 with SMTP id t63so44305617vka.1 for ; Thu, 22 Oct 2015 04:02:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1445463779-5823-1-git-send-email-rth@twiddle.net> References: <1445463779-5823-1-git-send-email-rth@twiddle.net> From: Peter Maydell Date: Thu, 22 Oct 2015 12:02:34 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/10] collected tcg patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers Hi. I'm going to hold off on processing this pull for a few days in the hope that the gcc compile farm's ppc64be box is working again... thanks -- PMM On 21 October 2015 at 22:42, Richard Henderson wrote: > Backend patches for ppc64 and mipsr6, plus the nochain patch > that's been dangling for a while. > > > r~ > > > The following changes since commit 26c7be842637ee65a79cd77f96a99c23ddcd90ad: > > Merge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into staging (2015-10-19 12:13:27 +0100) > > are available in the git repository at: > > git://github.com/rth7680/qemu.git tags/pull-tcg-20151021 > > for you to fetch changes up to 89a82cd4b6a90fe117fa715e2abe51d5c607560c: > > cpu-exec: Add "nochain" debug flag (2015-10-19 11:04:39 -1000) > > ---------------------------------------------------------------- > Collected tcg backend patches > > ---------------------------------------------------------------- > James Hogan (6): > tcg-opc.h: Simplify insn_start def > disas/mips: Add R6 jr/jr.hb to disassembler > tcg/mips: Add use_mips32r6_instructions definition > tcg/mips: Support r6 JR encoding > tcg/mips: Support r6 multiply/divide encodings > tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ > > Richard Henderson (4): > tcg/ppc: Adjust exit_tb for change in prologue placement > tcg/ppc: Revise goto_tb implementation > tcg/ppc: Prefer mask over andi. > cpu-exec: Add "nochain" debug flag > > cpu-exec.c | 3 +- > disas/mips.c | 2 ++ > include/qemu/log.h | 1 + > qemu-log.c | 3 ++ > tcg/mips/tcg-target.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++----- > tcg/mips/tcg-target.h | 11 +++++-- > tcg/ppc/tcg-target.c | 79 ++++++++++++++++++++++++++++---------------- > tcg/tcg-opc.h | 13 +++----- > translate-all.c | 2 ++ > 9 files changed, 158 insertions(+), 46 deletions(-)