From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXo8b-0006qz-Qc for qemu-devel@nongnu.org; Thu, 02 May 2013 03:41:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXo8Z-0002Qo-3d for qemu-devel@nongnu.org; Thu, 02 May 2013 03:41:09 -0400 Received: from mail-ee0-f50.google.com ([74.125.83.50]:41642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXo8Y-0002Q9-Sa for qemu-devel@nongnu.org; Thu, 02 May 2013 03:41:07 -0400 Received: by mail-ee0-f50.google.com with SMTP id e50so122097eek.23 for ; Thu, 02 May 2013 00:41:06 -0700 (PDT) Sender: Richard Henderson Message-ID: <5182188B.5030702@twiddle.net> Date: Thu, 02 May 2013 08:40:59 +0100 From: Richard Henderson MIME-Version: 1.0 References: <1367248103-1492-1-git-send-email-rth@twiddle.net> In-Reply-To: <1367248103-1492-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-1.5 0/2] more tcg-arm cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, aurelien@aurel32.net Quick ping since the freeze is coming soon... r~ On 2013-04-29 16:08, Richard Henderson wrote: > The first patch really ought to get into 1.5. > > The second patch is a re-done version of the 19/19 patch from version 5 > of the previous patch series. We had dropped that due to wanting to > avoid 16MB assumption changes. The revised patch merely changes how we > handle the constant that needs loading. > > Please apply. > > > r~ > > > Richard Henderson (2): > tcg-arm: Fix 64-bit tlb load for pre-v6 > tcg-arm: Use movi32 in exit_tb > > tcg/arm/tcg-target.c | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-) >