From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UypLe-00039p-7D for qemu-devel@nongnu.org; Mon, 15 Jul 2013 16:26:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UypLb-00007Y-Mu for qemu-devel@nongnu.org; Mon, 15 Jul 2013 16:26:18 -0400 Received: from mail-qc0-x22b.google.com ([2607:f8b0:400d:c01::22b]:59055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UypLb-00007I-Jk for qemu-devel@nongnu.org; Mon, 15 Jul 2013 16:26:15 -0400 Received: by mail-qc0-f171.google.com with SMTP id n1so6486561qcw.2 for ; Mon, 15 Jul 2013 13:26:15 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Mon, 15 Jul 2013 13:25:41 -0700 Message-Id: <1373919944-8521-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 0/3] Queued tcg patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com The following are the outstanding TCG patches (that I know of) that have been previously posted and reviewed. Please pull. r~ The following changes since commit 2562becfc126ed7678c662ee23b7c1fe135d8966: Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging (2013-07-15 14:02:41 -0500) are available in the git repository at: git://github.com/rth7680/qemu.git tcg-next for you to fetch changes up to f290e4988dd8eb012de0517a1ff93df130e87da1: Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next (2013-07-15 13:21:10 -0700) ---------------------------------------------------------------- Claudio Fontana (1): tcg/aarch64: implement ldst 12bit scaled uimm offset Jani Kokkonen (1): tcg/aarch64: Implement tlb lookup fast path Richard Henderson (2): tcg: Remove temp_buf Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next configure | 2 +- include/exec/cpu-defs.h | 2 - include/exec/exec-all.h | 14 +++ tcg/aarch64/tcg-target.c | 256 +++++++++++++++++++++++++++++++++++++---------- 4 files changed, 218 insertions(+), 56 deletions(-)