From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtvwW-0000T5-MJ for qemu-devel@nongnu.org; Sat, 12 Jan 2013 02:55:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtvwT-0001Oo-GL for qemu-devel@nongnu.org; Sat, 12 Jan 2013 02:55:52 -0500 Received: from mail-ee0-f49.google.com ([74.125.83.49]:43765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtvwT-0001Oh-7i for qemu-devel@nongnu.org; Sat, 12 Jan 2013 02:55:49 -0500 Received: by mail-ee0-f49.google.com with SMTP id c4so1162086eek.36 for ; Fri, 11 Jan 2013 23:55:48 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50F11701.5020609@redhat.com> Date: Sat, 12 Jan 2013 08:55:45 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1357947773-31051-1-git-send-email-rth@twiddle.net> In-Reply-To: <1357947773-31051-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] tcg-optimize with known-zero bits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, Aurelien Jarno Il 12/01/2013 00:42, Richard Henderson ha scritto: > This patch set is extracted from Paolo's target-i386 eflags2 > optimization branch: > > git://github.com/bonzini/qemu.git eflags2 > > I've cherry-picked 3 patches and rebased them vs master. I've > made a few trivial changes to the patches: > > * Extracting reset_all_temps as a function, > * Fixing a few type errors wrt target_ulong vs tcg_target_ulong. > > While these were written in support of the other changes that > Paolo made wrt target-i386 eflags computation, they're not > dependent on them, and I think they should be considered for > inclusion regardless. > > > r~ Sure, thanks! :) Paolo