From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAtLs-0001sv-Od for qemu-devel@nongnu.org; Thu, 22 Mar 2012 21:31:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAtLr-0007Xz-4J for qemu-devel@nongnu.org; Thu, 22 Mar 2012 21:31:36 -0400 Received: from mail-lpp01m010-f45.google.com ([209.85.215.45]:33873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAtLq-0007Xf-M7 for qemu-devel@nongnu.org; Thu, 22 Mar 2012 21:31:35 -0400 Received: by lahe6 with SMTP id e6so2181623lah.4 for ; Thu, 22 Mar 2012 18:31:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1332423372-2391-1-git-send-email-proljc@gmail.com> Date: Fri, 23 Mar 2012 09:31:32 +0800 Message-ID: From: Jia Liu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V2 0/4] MIPS ASE DSP Support for Qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: sw@weilnetz.de, qemu-devel@nongnu.org, aurelien@aurel32.net On Thu, Mar 22, 2012 at 10:03 PM, Peter Maydell wrote: > On 22 March 2012 13:36, Jia Liu wrote: >> This is the MIPS ASE DSP Support for Qemu. >> Jia Liu (4): >> =A0add MIPS DSP helpers define >> =A0add MIPS DSP helpers implement >> =A0add MIPS DSP translation >> =A0add MIPS DSP testcase > > Most of these patches generate lots of errors when run > through scripts/checkpatch.pl, which you should fix. > > -- PMM Thank you, Peter. I've fix the ERRORS in 0004, but I think I have to keep the ERRORS in 0003. Regards, Jia.