From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXFnD-0006zo-EA for qemu-devel@nongnu.org; Wed, 02 Sep 2015 17:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXFn9-0001YD-8C for qemu-devel@nongnu.org; Wed, 02 Sep 2015 17:42:07 -0400 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:34993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXFn9-0001Xi-4O for qemu-devel@nongnu.org; Wed, 02 Sep 2015 17:42:03 -0400 Received: by qgt47 with SMTP id 47so14948521qgt.2 for ; Wed, 02 Sep 2015 14:42:02 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Wed, 2 Sep 2015 14:41:27 -0700 Message-Id: <1441230089-2587-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/2] 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 These two patches represent all of the backlog for tcg/* of which I'm aware. Please pull. r~ The following changes since commit 090d0bfd948343d522cd20bc634105b5cfe2483b: s390: fix softmmu compilation (2015-08-28 16:05:24 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git tags/pull-tcg-20150902 for you to fetch changes up to 08b0b23be639b955e5e3d84dc42fa4e5ce6a8728: tcg/i386: omit a few REXW prefixes in softmmu code (2015-09-02 14:24:10 -0700) ---------------------------------------------------------------- queued tcg patches ---------------------------------------------------------------- Aurelien Jarno (1): tcg/i386: omit a few REXW prefixes in softmmu code Richard Henderson (1): tcg/aarch64: Fix tcg_out_qemu_{ld, st} for guest_base == 0 tcg/aarch64/tcg-target.c | 27 ++++++++++++++++++++------- tcg/i386/tcg-target.c | 15 +++++++++------ 2 files changed, 29 insertions(+), 13 deletions(-)