From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUTFK-0007qF-0f for qemu-devel@nongnu.org; Mon, 10 Jul 2017 03:36:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUTFF-0007cy-JC for qemu-devel@nongnu.org; Mon, 10 Jul 2017 03:36:42 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:34003) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUTFF-0007cb-Cc for qemu-devel@nongnu.org; Mon, 10 Jul 2017 03:36:37 -0400 Received: by mail-pg0-f68.google.com with SMTP id j186so11716605pge.1 for ; Mon, 10 Jul 2017 00:36:37 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Sun, 9 Jul 2017 21:34:56 -1000 Message-Id: <20170710073501.5207-1-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/5] Queued tcg patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Improvements and build fix for aarch64; bug fix for mips64. r~ The following changes since commit b11365867568ba954de667a0bfe0945b8f78d6bd: Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into staging (2017-07-06 11:42:59 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git tags/pull-tcg-20170709 for you to fetch changes up to 8b8d768f19037a825a0bc81654492caa7c8fab8b: tcg/mips: Bugfix for crash when running program with qemu-i386. (2017-07-09 21:11:38 -1000) ---------------------------------------------------------------- Queued TCG patches ---------------------------------------------------------------- Jiang Biao (1): tcg/mips: Bugfix for crash when running program with qemu-i386. Pranith Kumar (4): tcg/aarch64: Introduce and use long branch to register tcg/aarch64: Use ADRP+ADD to compute target address tcg/aarch64: Enable indirect jump path using LDR (literal) util/cacheinfo: Fix warning generated by clang accel/tcg/translate-all.c | 2 +- tcg/aarch64/tcg-target.inc.c | 79 +++++++++++++++++++++++++++++++++++--------- tcg/mips/tcg-target.inc.c | 8 ++--- util/cacheinfo.c | 2 +- 4 files changed, 70 insertions(+), 21 deletions(-)