From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wkyhi-0000qz-DX for qemu-devel@nongnu.org; Thu, 15 May 2014 12:40:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wkyhd-0005Sn-0G for qemu-devel@nongnu.org; Thu, 15 May 2014 12:40:22 -0400 Received: from mail-qc0-x231.google.com ([2607:f8b0:400d:c01::231]:46831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wkyhc-0005S4-T2 for qemu-devel@nongnu.org; Thu, 15 May 2014 12:40:16 -0400 Received: by mail-qc0-f177.google.com with SMTP id i17so2206178qcy.36 for ; Thu, 15 May 2014 09:40:16 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Thu, 15 May 2014 09:39:32 -0700 Message-Id: <1400171983-6015-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 00/12] tcg s390 updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, thuth@linux.vnet.ibm.com This version differs from the patch set I posted 2 weeks ago in that the andi bugfix is split out separately, a typo in the add2/sub2 patch is fixed, and a long forgotten patch to implement direct branches between TBs was merged. In addition to my own testing, Thomas Huth was kind enough to do a quick check against the bug he originally reported to me. r~ The following changes since commit 450445d543a33fdb1d18a18ab7669a33dc1ca7ae: tcg: Fix tcg_reg_alloc_mov vs no-op truncation (2014-05-14 09:56:13 -0700) are available in the git repository at: git://github.com/rth7680/qemu.git tags/pull-tcg-s390-20140515 for you to fetch changes up to a10c64e0df3acbefdee1b2b837f76f05b0231aae: tcg-s390: Implement direct chaining of TBs (2014-05-15 09:22:32 -0700) ---------------------------------------------------------------- tcg/s390 updates ---------------------------------------------------------------- Richard Henderson (11): tcg-s390: Fix off-by-one in wraparound andi tcg-s390: Convert to TCGMemOp tcg-s390: Integrate endianness into TCGMemOp tcg-s390: Convert to new ldst opcodes tcg-s390: Move ldst helpers out of line tcg-s390: Use more risbg in the tlb sequence tcg-s390: Implement tcg_register_jit tcg-s390: Allow immediate operands to add2 and sub2 tcg-s390: Improve setcond tcg-s390: Don't force -march=z990 tcg-s390: Implement direct chaining of TBs configure | 4 +- include/exec/exec-all.h | 9 + tcg/s390/tcg-target.c | 752 ++++++++++++++++++++++++++++-------------------- tcg/s390/tcg-target.h | 2 +- 4 files changed, 455 insertions(+), 312 deletions(-)