From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1jdM-0000Gf-QV for qemu-devel@nongnu.org; Tue, 23 Jul 2013 16:56:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1jdK-0006et-EI for qemu-devel@nongnu.org; Tue, 23 Jul 2013 16:56:36 -0400 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:34859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1jdK-0006ep-8D for qemu-devel@nongnu.org; Tue, 23 Jul 2013 16:56:34 -0400 Received: by mail-pa0-f54.google.com with SMTP id kx10so8898400pab.27 for ; Tue, 23 Jul 2013 13:56:33 -0700 (PDT) Sender: Richard Henderson Message-ID: <51EEEDFD.6090908@twiddle.net> Date: Tue, 23 Jul 2013 12:56:29 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1373919944-8521-1-git-send-email-rth@twiddle.net> In-Reply-To: <1373919944-8521-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [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 Ping. r~ On 07/15/2013 12:25 PM, Richard Henderson wrote: > 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(-) >