From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eosTC-0006eq-Ub for qemu-devel@nongnu.org; Thu, 22 Feb 2018 10:07:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eosT7-0001xY-C3 for qemu-devel@nongnu.org; Thu, 22 Feb 2018 10:07:38 -0500 Received: from mail-oi0-x234.google.com ([2607:f8b0:4003:c06::234]:45511) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eosT7-0001xJ-68 for qemu-devel@nongnu.org; Thu, 22 Feb 2018 10:07:33 -0500 Received: by mail-oi0-x234.google.com with SMTP id j79so3892699oib.12 for ; Thu, 22 Feb 2018 07:07:33 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180217180727.21663-1-richard.henderson@linaro.org> References: <20180217180727.21663-1-richard.henderson@linaro.org> From: Peter Maydell Date: Thu, 22 Feb 2018 15:07:12 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v4 1/1] scripts: Add decodetree.py List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On 17 February 2018 at 18:07, Richard Henderson wrote: > To be used to decode ARM SVE, but could be used for any fixed-width ISA. > > Signed-off-by: Richard Henderson > > --- > Reviewed-by: Peter Maydell thanks -- PMM