From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwgDj-0000Iz-66 for qemu-devel@nongnu.org; Mon, 16 Jun 2014 19:21:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwgDd-0002MK-K4 for qemu-devel@nongnu.org; Mon, 16 Jun 2014 19:21:47 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:45587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwgDd-0002Lr-Cw for qemu-devel@nongnu.org; Mon, 16 Jun 2014 19:21:41 -0400 Received: by mail-we0-f170.google.com with SMTP id w61so6512876wes.15 for ; Mon, 16 Jun 2014 16:21:40 -0700 (PDT) Date: Tue, 17 Jun 2014 01:13:26 +0200 From: "Edgar E. Iglesias" Message-ID: <20140616231326.GL3378@toto> References: <1402326269-8573-1-git-send-email-edgar.iglesias@gmail.com> <1402326269-8573-14-git-send-email-edgar.iglesias@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 13/17] target-arm: Use uint16_t in syndrome generators with 16bit imms List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Rob Herring , Peter Crosthwaite , Fabian Aggeler , Alexander Graf , QEMU Developers , Blue Swirl , John Williams , Greg Bellows , Paolo Bonzini , Alex =?iso-8859-1?Q?Benn=E9e?= , Christoffer Dall , Richard Henderson On Wed, Jun 11, 2014 at 10:05:35PM +0100, Peter Maydell wrote: > On 11 June 2014 20:19, Greg Bellows wrote: > > Called out possibly missing fix below. Beside it, I'm convinced this change > > is beneficial, other than maybe for readability. > > "not convinced" ? > > Personally, I don't much care either way, but I would suggest that > if you're trying to get a big fat patchset through it's usually better > not to throw in too many not-actually-needed patches :-) Allright, I didn't have this in my v1 but added it in response to review comments. Will drop it for v3. Agree that we better do this change separately. Cheers, Edgar