From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2neG-0008Rb-BG for qemu-devel@nongnu.org; Fri, 26 Jul 2013 15:26:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2neB-0005ew-Vq for qemu-devel@nongnu.org; Fri, 26 Jul 2013 15:25:56 -0400 Received: from mail-pb0-x22e.google.com ([2607:f8b0:400e:c01::22e]:61171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2neB-0005eU-HH for qemu-devel@nongnu.org; Fri, 26 Jul 2013 15:25:51 -0400 Received: by mail-pb0-f46.google.com with SMTP id rq8so2380911pbb.19 for ; Fri, 26 Jul 2013 12:25:50 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Fri, 26 Jul 2013 09:25:39 -1000 Message-Id: <1374866742-27515-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL v2 for-1.6 0/3] tcg-next patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com This is ping 3 for this pull request. Re-sending with more tags in the subject, and rebased vs today's master, just to be sure. r~ The following changes since commit 003e26bc9f7c4f5cd90e046ae112c1d09363b8d1: Merge remote-tracking branch 'mdroth/qga-pull-2013-7-25' into staging (2013-07-25 15:58:29 -0500) are available in the git repository at: git://github.com/rth7680/qemu.git tcg-next for you to fetch changes up to 2038b3f9f9d1eca12048de88d705ec5827bc02b3: tcg: Remove temp_buf (2013-07-26 08:36:34 -1000) ---------------------------------------------------------------- Claudio Fontana (1): tcg/aarch64: implement ldst 12bit scaled uimm offset Jani Kokkonen (1): tcg/aarch64: Implement tlb lookup fast path Richard Henderson (1): tcg: Remove temp_buf 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(-)