From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55529 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Piqnm-00048b-35 for qemu-devel@nongnu.org; Fri, 28 Jan 2011 11:03:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Piqnk-0003rZ-VB for qemu-devel@nongnu.org; Fri, 28 Jan 2011 11:03:58 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:53375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Piqnk-0003rB-QW for qemu-devel@nongnu.org; Fri, 28 Jan 2011 11:03:56 -0500 Received: by gye5 with SMTP id 5so1249690gye.4 for ; Fri, 28 Jan 2011 08:03:56 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1296229866-32011-1-git-send-email-christophe.lyon@st.com> References: <1296229866-32011-1-git-send-email-christophe.lyon@st.com> Date: Fri, 28 Jan 2011 16:03:55 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH 0/8] target-arm: Fix Neon instructions VQMOVUN VQRSHL VQRSHRN VQRSHRUN VQSHRN VQSHRUN VSLI VSRI From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: christophe.lyon@st.com Cc: qemu-devel@nongnu.org On 28 January 2011 15:50, wrote: > Peter Maydell (4): > =C2=A0Create and use neon_unarrow_sat* helpers > =C2=A0VQRSHRN related changes > =C2=A0fiddle decoding of 64 bit shift by imm and narrow > =C2=A0implement vsli.64, vsri.64 These aren't actually by me, you're just importing the patches from that tree where I inadvertantly added signed-off tags I didn't really intend to. I'll probably review these next week. -- PMM