From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOrwS-0002Jl-Ak for qemu-devel@nongnu.org; Wed, 25 Sep 2013 12:28:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOrwG-00031f-RD for qemu-devel@nongnu.org; Wed, 25 Sep 2013 12:27:56 -0400 Received: from mail-pd0-x232.google.com ([2607:f8b0:400e:c02::232]:48786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOrwG-00031M-JY for qemu-devel@nongnu.org; Wed, 25 Sep 2013 12:27:44 -0400 Received: by mail-pd0-f178.google.com with SMTP id w10so6244191pde.23 for ; Wed, 25 Sep 2013 09:27:43 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Wed, 25 Sep 2013 09:27:17 -0700 Message-Id: <1380126458-3247-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 00/21] TCG ppc and ppc64 updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: anthony@codemonkey.ws This is a pull for both the ppc and ppc64 updates that have been previously posted. Paolo has re-checked the ppc32 portions. Unfortunately, all mail to malc bounces, so this is unlikely to get any further review. Please pull. r~ The following changes since commit f828a4c8faa118e0ebab3e353ac6840f3b2a0318: Merge remote-tracking branch 'stefanha/tracing' into staging (2013-09-23 11:53:22 -0500) are available in the git repository at: git://github.com/rth7680/qemu.git tcg-ppc-pull for you to fetch changes up to 7f12d6497f9c4907c1ce4ef296392aef305ed587: tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION (2013-09-25 07:46:33 -0700) ---------------------------------------------------------------- Paolo Bonzini (2): tcg-ppc: fix qemu_ld/qemu_st for AIX ABI tcg-ppc: use new return-argument ld/st helpers Richard Henderson (19): configure: Allow command-line configure for ppc32 tcg-ppc: Avoid code for nop move tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_path tcg-ppc: Use conditional branch and link to slow path tcg-ppc: Fix and cleanup tcg_out_tlb_check tcg-ppc64: Reformat tcg-target.c tcg-ppc64: More use of TAI and SAI helper macros tcg-ppc64: Use TCG_REG_Rn constants tcg-ppc64: Use tcg_out64 tcg-ppc64: Avoid code for nop move tcg-ppc64: Don't load the static chain from TCG tcg-ppc64: Fold constant call address into descriptor load tcg-ppc64: Look through a constant function descriptor tcg-ppc64: Tidy register allocation order tcg-ppc64: Handle long offsets better tcg-ppc64: Implement tcg_register_jit tcg-ppc64: Streamline tcg_out_tlb_read tcg-ppc64: Add _noaddr functions for emitting forward branches tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION configure | 10 +- include/exec/exec-all.h | 4 +- tcg/ppc/tcg-target.c | 506 ++++++++++----------- tcg/ppc64/tcg-target.c | 1109 ++++++++++++++++++++++++++--------------------- 4 files changed, 842 insertions(+), 787 deletions(-)