From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAgnR-0008G0-2W for qemu-devel@nongnu.org; Mon, 12 Jan 2015 10:20:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAgnK-000580-GP for qemu-devel@nongnu.org; Mon, 12 Jan 2015 10:20:49 -0500 Received: from mail-qg0-x229.google.com ([2607:f8b0:400d:c04::229]:47024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAgnK-00057O-D6 for qemu-devel@nongnu.org; Mon, 12 Jan 2015 10:20:42 -0500 Received: by mail-qg0-f41.google.com with SMTP id e89so17918783qgf.0 for ; Mon, 12 Jan 2015 07:20:41 -0800 (PST) Sender: Richard Henderson Message-ID: <54B3E644.3090902@twiddle.net> Date: Mon, 12 Jan 2015 07:20:36 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1420838600-22369-1-git-send-email-rth@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/10] Linked list for tcg ops List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 01/12/2015 02:09 AM, Peter Maydell wrote: > On 12 January 2015 at 10:06, Peter Maydell wrote: >> On 9 January 2015 at 21:23, Richard Henderson wrote: >>> Finally revisiting these since early November. Thanks to >>> Bastian Koppelmann for reviewing most of these. >> >> This seems to break ppc linux-user: > > NB: I had to resolve what looked like some fairly trivial > conflicts in gen-icount.h, but it's possible the breakage was > down to my messing the resolution up. No, it's some problem in one of the last two optimization patches. I've rebased to fix the conflicts and dropped these two; the patch set is now exclusively linked list conversion. New signed tag is git://github.com/rth7680/qemu.git tcg-pull-20150112 r~