From patchwork Mon Jul 15 20:25:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 259264 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 04B542C0187 for ; Tue, 16 Jul 2013 06:27:17 +1000 (EST) Received: from localhost ([::1]:35470 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UypMZ-0003wq-03 for incoming@patchwork.ozlabs.org; Mon, 15 Jul 2013 16:27:15 -0400 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=8iRKuHnOmmHJePn1/mpYWlEHXDuzJwHr47rGn3wCGJ4=; b=PjLnPvaKC8TnfeZgWzH1/rR0+MOhL1KTHkLH4jWIsNbAdyHb9ce2J+/B4eixo2qz2E jSBlv7UicKqsWaYaP+6rB7S2gCnHbDfIo0V0pnVzQUfrY/bpfksabxk0oBMgJGg+EmQ4 cBSsL3RII7PucahY7y9AM3ZMH43UIAXfYR4h0zvjhvjGez3kXymjkr+umkU/a0Yn86K5 lSDUy4YzK+0bvtggcnflvakr6Ub6oB+oh28N/Qs+h5mb1/xRe7dZFTft0jGltsyptBE9 Ax7Sx5SrGOksYJXtrJhVMwVY9Y4uV/cUg8g4zqTd6Z+ysA3PpCpVlZai92B09QJXAj/d 1GAw== X-Received: by 10.49.94.41 with SMTP id cz9mr51943018qeb.83.1373919975246; Mon, 15 Jul 2013 13:26:15 -0700 (PDT) Received: from pebble.com (ip-86-181-132-209.redhat.com. [209.132.181.86]) by mx.google.com with ESMTPSA id 4sm58675556qaq.6.2013.07.15.13.26.12 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 15 Jul 2013 13:26:14 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Mon, 15 Jul 2013 13:25:41 -0700 Message-Id: <1373919944-8521-1-git-send-email-rth@twiddle.net> X-Mailer: git-send-email 1.8.3.1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::22b Cc: aliguori@us.ibm.com Subject: [Qemu-devel] [PULL 0/3] Queued tcg patches X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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(-)