From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWyGd-0004cl-31 for qemu-devel@nongnu.org; Tue, 09 Aug 2016 00:03:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWyGY-0008SF-Fj for qemu-devel@nongnu.org; Tue, 09 Aug 2016 00:03:51 -0400 Message-ID: <1470715415.3015.33.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Tue, 09 Aug 2016 14:03:35 +1000 In-Reply-To: <20160809020740.GC9057@voom.fritz.box> References: <1469941993-27576-1-git-send-email-benh@kernel.crashing.org> <1469941993-27576-5-git-send-email-benh@kernel.crashing.org> <20160809020740.GC9057@voom.fritz.box> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 5/5] ppc: Improve generation of conditional traps List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Richard Henderson On Tue, 2016-08-09 at 12:07 +1000, David Gibson wrote: > On Sun, Jul 31, 2016 at 03:13:13PM +1000, Benjamin Herrenschmidt > wrote: > >=20 > > Translate most conditions to TCG conditions and avoid the helper > > for most of the common cases. > >=20 > > Signed-off-by: Benjamin Herrenschmidt > > --- > > =C2=A0target-ppc/translate.c | 168 > > ++++++++++++++++++++++++++++++++++++++----------- > > =C2=A01 file changed, 132 insertions(+), 36 deletions(-) >=20 > I've merged 1-4 of this series into ppc-for-2.8.=C2=A0=C2=A0I'm not rea= lly > clear > whether a change is still needed on patch 5, so please resend either > way. What you merged works fine. Richard suggestions are refinements I can do separately and apply on top. Cheers, Ben.