From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXq3J-0006zx-Nl for qemu-devel@nongnu.org; Tue, 26 Jun 2018 11:38:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXq3I-0004ka-Vk for qemu-devel@nongnu.org; Tue, 26 Jun 2018 11:38:45 -0400 Received: from mail-oi0-x241.google.com ([2607:f8b0:4003:c06::241]:37931) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXq3I-0004kA-O9 for qemu-devel@nongnu.org; Tue, 26 Jun 2018 11:38:44 -0400 Received: by mail-oi0-x241.google.com with SMTP id v8-v6so752290oie.5 for ; Tue, 26 Jun 2018 08:38:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180621015359.12018-36-richard.henderson@linaro.org> References: <20180621015359.12018-1-richard.henderson@linaro.org> <20180621015359.12018-36-richard.henderson@linaro.org> From: Peter Maydell Date: Tue, 26 Jun 2018 16:38:23 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v5 35/35] target/arm: Implement ARMv8.2-DotProd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On 21 June 2018 at 02:53, Richard Henderson wrote: > We've already added the helpers with an SVE patch, all that remains > is to wire up the aa64 and aa32 translators. Enable the feature > within -cpu max for CONFIG_USER_ONLY. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM