From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZO8e-00071L-Nm for qemu-devel@nongnu.org; Tue, 08 Sep 2015 15:01:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZO8b-00059I-6a for qemu-devel@nongnu.org; Tue, 08 Sep 2015 15:01:04 -0400 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:33074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZO8b-00059C-0e for qemu-devel@nongnu.org; Tue, 08 Sep 2015 15:01:01 -0400 Received: by pacex6 with SMTP id ex6so131564619pac.0 for ; Tue, 08 Sep 2015 12:01:00 -0700 (PDT) Sender: Richard Henderson References: <1441173123-25540-1-git-send-email-rth@twiddle.net> From: Richard Henderson Message-ID: <55EF3069.3010802@twiddle.net> Date: Tue, 8 Sep 2015 12:00:57 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 00/20] Do away with TB retranslation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Aurelien Jarno , QEMU Developers , dl.soluz@gmx.net, Artyom Tarasenko On 09/08/2015 11:56 AM, Peter Maydell wrote: > My sparc test image (which is just the 32-bit debian from > Aurelien's website) boots fine even with this patchset... Odd, it shouldn't. ;-) Anyway, I've just fixed the sparc problem and re-pushed the tree to git://github.com/rth7680/qemu.git tcg-search-2 for anyone who wants to do any more testing. I'll address your review nits shortly. r~