From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8TN-00075u-32 for qemu-devel@nongnu.org; Mon, 26 Mar 2012 07:52:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SC8TH-0000CD-HT for qemu-devel@nongnu.org; Mon, 26 Mar 2012 07:52:28 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:51207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8TH-0000Ba-CR for qemu-devel@nongnu.org; Mon, 26 Mar 2012 07:52:23 -0400 Received: by iafj26 with SMTP id j26so9759277iaf.4 for ; Mon, 26 Mar 2012 04:52:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 26 Mar 2012 12:52:20 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/6] ARM: AREG0 conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel , Paul Brook On 24 March 2012 18:58, Blue Swirl wrote: > v2: fix patch 1, tweak patch 2 and rebase to master. > > URL =C2=A0 =C2=A0 git://repo.or.cz/qemu/blueswirl.git > =C2=A0 =C2=A0 =C2=A0 =C2=A0http://repo.or.cz/r/qemu/blueswirl.git > > Blue Swirl (6): > =C2=A0arm: move neon_tbl to neon_helper.c > =C2=A0arm: move saturating arithmetic to helper.c > =C2=A0arm: move other arithmetic to helper.c > =C2=A0arm: move cpsr and banked register access to helper.c > =C2=A0arm: move exception and wfi helpers to helper.c > =C2=A0arm: move load and store helpers, switch to AREG0 free mode The patches themselves look OK, but do we really want to take a 5% performance hit for this cleanup? -- PMM