From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNejg-0002Kw-Bl for qemu-devel@nongnu.org; Tue, 29 May 2018 09:32:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNeje-0005qa-M2 for qemu-devel@nongnu.org; Tue, 29 May 2018 09:32:24 -0400 Received: from mail-oi0-x244.google.com ([2607:f8b0:4003:c06::244]:35663) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fNeje-0005pq-GR for qemu-devel@nongnu.org; Tue, 29 May 2018 09:32:22 -0400 Received: by mail-oi0-x244.google.com with SMTP id a6-v6so13041865oia.2 for ; Tue, 29 May 2018 06:32:22 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20180524213756.7528-1-pbonzini@redhat.com> From: Peter Maydell Date: Tue, 29 May 2018 14:32:01 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH] arm: fix malloc type mismatch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Cc: Paolo Bonzini , qemu-arm , "qemu-devel@nongnu.org" On 24 May 2018 at 22:55, Philippe Mathieu-Daud=C3=A9 wrot= e: > Cc'ing qemu-devel for patchew and co > > On 05/24/2018 06:37 PM, Paolo Bonzini wrote: >> cpregs_keys is an uint32_t* so the allocation should use uint32_t. >> g_new is even better because it is type-safe. >> >> Signed-off-by: Paolo Bonzini > > Reviewed-by: Philippe Mathieu-Daud=C3=A9 Applied to target-arm.next, thanks. -- PMM