From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1euP23-0007gB-5W for qemu-devel@nongnu.org; Fri, 09 Mar 2018 15:54:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1euP22-0001PP-6I for qemu-devel@nongnu.org; Fri, 09 Mar 2018 15:54:27 -0500 Received: from mail-ot0-x236.google.com ([2607:f8b0:4003:c0f::236]:40854) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1euP22-0001PH-14 for qemu-devel@nongnu.org; Fri, 09 Mar 2018 15:54:26 -0500 Received: by mail-ot0-x236.google.com with SMTP id l12so9901329otj.7 for ; Fri, 09 Mar 2018 12:54:25 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1520627374-93719-1-git-send-email-mjc@sifive.com> References: <1520627374-93719-1-git-send-email-mjc@sifive.com> From: Michael Clark Date: Sat, 10 Mar 2018 09:54:24 +1300 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL] RISC-V: Fix riscv_isa_string g_new0 size calculation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , QEMU Developers Cc: Michael Clark , Palmer Dabbelt , RISC-V Patches Apologies for jumping the gun again with a PR before a review. It was most likely because I thought it was a critical bug fix. I'm incorporating Eric Blake's feedback. On Sat, Mar 10, 2018 at 9:29 AM, Michael Clark wrote: > The following changes since commit e4ae62b802cec437f877f2cadc4ef0 > 59cc0eca76: > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' > into staging (2018-03-09 17:28:16 +0000) > > are available in the git repository at: > > https://github.com/michaeljclark/riscv-qemu.git fix-riscv-isa-string > > for you to fetch changes up to 32b3a5716062f805a42e1cae1df95f2f869a78c1: > > RISC-V: Fix isa string logic bug, use popcount to count bits (2018-03-10 > 09:17:29 +1300) > > ---------------------------------------------------------------- > Michael Clark (1): > RISC-V: Fix isa string logic bug, use popcount to count bits > > target/riscv/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >