From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwuW8-0001qx-Bu for qemu-devel@nongnu.org; Fri, 05 Dec 2014 10:10:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwuW3-0000DS-Et for qemu-devel@nongnu.org; Fri, 05 Dec 2014 10:10:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwuW3-0000Cu-6f for qemu-devel@nongnu.org; Fri, 05 Dec 2014 10:09:55 -0500 Message-ID: <5481CAC0.1030707@redhat.com> Date: Fri, 05 Dec 2014 08:09:52 -0700 From: Eric Blake MIME-Version: 1.0 References: <1417700806-23127-1-git-send-email-armbru@redhat.com> In-Reply-To: <1417700806-23127-1-git-send-email-armbru@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="0UrBdl8C9eIE4Q8IFTP8sW1Mj31pCk75t" Subject: Re: [Qemu-devel] [PATCH 0/4] x86: Trivial cleanups around g_malloc() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, rth@twiddle.net This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --0UrBdl8C9eIE4Q8IFTP8sW1Mj31pCk75t Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/04/2014 06:46 AM, Markus Armbruster wrote: > Markus Armbruster (4): > x86: Drop superfluous conditionals around g_free() > x86: Fuse g_malloc(); memset() into g_malloc0() > x86: Use g_new() & friends where that makes obvious sense > x86: Drop some superfluous casts from void * Reviewed-by: Eric Blake >=20 > hw/i386/pc.c | 3 +-- > hw/i386/pc_sysfw.c | 4 +--- > target-i386/arch_dump.c | 16 ++++------------ > target-i386/cpu.c | 2 +- > target-i386/kvm.c | 4 ++-- > 5 files changed, 9 insertions(+), 20 deletions(-) >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --0UrBdl8C9eIE4Q8IFTP8sW1Mj31pCk75t Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUgcrAAAoJEKeha0olJ0NqjN4H/iawtn2W+w+m4iMuFwTMFsrk odRHywDWBDw1UM3MmiKUoDn0QRhWZP3PndfgFASmJ6JS4bmUi9BOSv+A83X0plyN MQk22xs6BsUihB1hpZT6tEBu3iBO1rpkmcPvQTYiUSofQ62Q+rLGXV/uUsNqP2Od oZx99khTiEaaZ8q7zFr7f7/CNwFRJMd6xTiVQJ+FsV/p0j0wepgzjJzbbNALHaCj uJqgysAPwOPe9M/4cLtYnSAxUob1mFalUmfBOg0uxALYLFd33SyK9M4OckCblwfw qpJxy2V9l8Qu8Ps/15/T/krBs5CWZmz8kiyWCPZ1DyU2Sk7eypJg5FKdfpO4XE4= =kYDo -----END PGP SIGNATURE----- --0UrBdl8C9eIE4Q8IFTP8sW1Mj31pCk75t--