From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFHC4-0004ax-0c for qemu-devel@nongnu.org; Wed, 24 Oct 2018 07:19:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFHBt-0000AD-9c for qemu-devel@nongnu.org; Wed, 24 Oct 2018 07:19:17 -0400 Received: from mail-wr1-x443.google.com ([2a00:1450:4864:20::443]:44820) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFHBt-00009F-2Y for qemu-devel@nongnu.org; Wed, 24 Oct 2018 07:19:09 -0400 Received: by mail-wr1-x443.google.com with SMTP id q6-v6so5144874wrw.11 for ; Wed, 24 Oct 2018 04:19:08 -0700 (PDT) References: <20181024105733.18605-1-f4bug@amsat.org> From: Richard Henderson Message-ID: <65fc69e8-b31c-8cc7-87e4-fb4105e58732@linaro.org> Date: Wed, 24 Oct 2018 12:19:05 +0100 MIME-Version: 1.0 In-Reply-To: <20181024105733.18605-1-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] disas/mips: Increase 'member of ISAs' flag holder size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Aurelien Jarno , Aleksandar Markovic , Fredrik Noring Cc: qemu-devel@nongnu.org On 10/24/18 11:57 AM, Philippe Mathieu-Daudé wrote: > Increase the size of 'membership' holder size to 64 bits. This is > needed for future extensions since existing bits are almost all used. > (This change is related to f9c9cd63e3), > > Signed-off-by: Philippe Mathieu-Daudé > --- > disas/mips.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson r~