From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYgDb-0002VZ-Dh for qemu-devel@nongnu.org; Mon, 29 Sep 2014 15:02:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYgDV-0001xS-Uv for qemu-devel@nongnu.org; Mon, 29 Sep 2014 15:02:43 -0400 Received: from mail-ie0-x229.google.com ([2607:f8b0:4001:c03::229]:35296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYgDV-0001vL-Q6 for qemu-devel@nongnu.org; Mon, 29 Sep 2014 15:02:37 -0400 Received: by mail-ie0-f169.google.com with SMTP id tr6so3173302ieb.28 for ; Mon, 29 Sep 2014 12:02:31 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Mon, 29 Sep 2014 12:01:49 -0700 Message-Id: <1412017318-4331-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL v2 0/9] tcg-next queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org A replacement for the one from the 22nd. This one drops the patch that would have conflicted with Paolo's 12 mmu idx patch set. It also adjusts the aarch64 patch that Claudio objected to. Re-tested on x86_64 and aarch64. Please pull. r~ The following changes since commit b60a7726cc0f5cbb2aecdbba67aeaf54ffc2c9cf: Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-09-29 18:18:29 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git tags/tcg-next-201400729 for you to fetch changes up to b6c73a6d45b63926066aa71702d6017e7e43724a: tcg: Always enable TCGv type checking (2014-09-29 14:55:28 -0400) ---------------------------------------------------------------- tcg updates ---------------------------------------------------------------- Richard Henderson (9): tcg-sparc: Support addsub2_i64 tcg-sparc: Use ADDXC in addsub2_i64 tcg-sparc: Fix setcond_i32 uninitialized value tcg-sparc: Use ADDXC in setcond_i64 tcg-sparc: Rename ADDX/SUBX insns tcg-sparc: Use UMULXHI instruction tcg-aarch64: Use 32-bit loads for qemu_ld_i32 qemu/compiler: Define QEMU_ARTIFICIAL tcg: Always enable TCGv type checking disas/sparc.c | 34 +++++-------- include/elf.h | 37 +++++++++++--- include/qemu/compiler.h | 6 +++ tcg/aarch64/tcg-target.c | 27 +++++----- tcg/sparc/tcg-target.c | 129 ++++++++++++++++++++++++++++++++++++++++++----- tcg/sparc/tcg-target.h | 12 +++-- tcg/tcg-be-ldst.h | 5 +- tcg/tcg.h | 89 +++++++++++++------------------- 8 files changed, 225 insertions(+), 114 deletions(-)