From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnCVH-0002Rj-VM for qemu-devel@nongnu.org; Fri, 27 Mar 2009 09:53:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnCVD-0002P3-Ep for qemu-devel@nongnu.org; Fri, 27 Mar 2009 09:53:47 -0400 Received: from [199.232.76.173] (port=54233 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnCVD-0002Ow-Bh for qemu-devel@nongnu.org; Fri, 27 Mar 2009 09:53:43 -0400 Received: from mx20.gnu.org ([199.232.41.8]:19290) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LnCVD-0002PU-0e for qemu-devel@nongnu.org; Fri, 27 Mar 2009 09:53:43 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LnCVB-0001NI-8B for qemu-devel@nongnu.org; Fri, 27 Mar 2009 09:53:41 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] fix ARMv7 data processing instructions Date: Fri, 27 Mar 2009 13:53:37 +0000 References: <7FC2F57F-2838-400C-8198-D9F65CA20676@nokia.com> In-Reply-To: <7FC2F57F-2838-400C-8198-D9F65CA20676@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200903271353.37416.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Juha =?iso-8859-1?q?Riihim=E4ki?= On Friday 27 March 2009, Juha Riihim=E4ki wrote: > Any further comments? Or perhaps import the patch? It looks like you've got several changes all mixed together, including=20 bugfixes, cleanups and new features. Please divide into logically separate= =20 patches. Paul