From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3Uma-0000Pf-5S for qemu-devel@nongnu.org; Wed, 15 Jan 2014 13:01:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3UmV-0008Pb-F3 for qemu-devel@nongnu.org; Wed, 15 Jan 2014 13:01:40 -0500 Received: from mail-la0-f45.google.com ([209.85.215.45]:44966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3UmV-0008PG-8N for qemu-devel@nongnu.org; Wed, 15 Jan 2014 13:01:35 -0500 Received: by mail-la0-f45.google.com with SMTP id b8so1679760lan.18 for ; Wed, 15 Jan 2014 10:01:32 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <52D6A4CB.20503@huawei.com> References: <1389373972-27686-1-git-send-email-peter.maydell@linaro.org> <1389373972-27686-11-git-send-email-peter.maydell@linaro.org> <52D6A4CB.20503@huawei.com> From: Peter Maydell Date: Wed, 15 Jan 2014 18:01:11 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 10/10] target-arm: A64: Add SIMD scalar copy instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana Cc: Laurent Desnogues , Michael Matz , QEMU Developers , Alexander Graf , Claudio Fontana , Dirk Mueller , Will Newton , =?UTF-8?B?QWxleCBCZW5uw6ll?= , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall , Richard Henderson On 15 January 2014 15:10, Claudio Fontana wrote: > Hello Peter, > > a missing return here I think: Thanks. I'd already queued this set onto target-arm.next, so I've just fixed this nit there. -- PMM