From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwkxT-0006zj-To for qemu-devel@nongnu.org; Thu, 04 Dec 2014 23:57:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwkxK-0008Cm-Jj for qemu-devel@nongnu.org; Thu, 04 Dec 2014 23:57:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwkxK-0008CN-AG for qemu-devel@nongnu.org; Thu, 04 Dec 2014 23:57:26 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sB54vPrS023410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 4 Dec 2014 23:57:25 -0500 Message-ID: <54813B34.1070803@redhat.com> Date: Thu, 04 Dec 2014 21:57:24 -0700 From: Eric Blake MIME-Version: 1.0 References: <1417698765-16311-1-git-send-email-armbru@redhat.com> In-Reply-To: <1417698765-16311-1-git-send-email-armbru@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="2FikgnwIr1412d2bpDoISBTobETiFFw1P" Subject: Re: [Qemu-devel] [PATCH 0/3] scsi: 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 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --2FikgnwIr1412d2bpDoISBTobETiFFw1P Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/04/2014 06:12 AM, Markus Armbruster wrote: > Markus Armbruster (3): > scsi: Drop superfluous conditionals around g_free() > scsi: Fuse g_malloc(); memset() into g_malloc0() > scsi: Use g_new() & friends where that makes obvious sense Series: Reviewed-by: Eric Blake >=20 > hw/scsi/lsi53c895a.c | 2 +- > hw/scsi/megasas.c | 6 ++---- > hw/scsi/scsi-generic.c | 6 ++---- > hw/scsi/virtio-scsi.c | 2 +- > 4 files changed, 6 insertions(+), 10 deletions(-) >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --2FikgnwIr1412d2bpDoISBTobETiFFw1P 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 iQEcBAEBCAAGBQJUgTs0AAoJEKeha0olJ0Nqy1IH/0awH1+bzW2TEcd0xTg9t5uk KyDb9hvcLLgX/1E0qit3A68+OUhiW+Yl4+rbb6VgDKj83SFoX0AJi4Kwzbkzbb1u S2juG74tSRwsqUkopA+DOeIGZCGaOuxDDb4hVL5zbHFM9zAF3QIab8FkTtLFYtD+ YJsXwx8KEga9uK+MZPH2U1MotoKyLWhcOGzBltPXY46ILkBETOtWUkCwuU0QpqaH e9sOfV3uSC2Qr9v8v9cOfyzw90UWgzeVPLEQPF9+vM8jUYk8Iwyt0Gh88NSD9KBS RWHQuUT6LSFZb+3flNcS3ThYsSk5HcX+MD/MxaZcV7a54PUNOlOPRUGnr6R+oCU= =98uY -----END PGP SIGNATURE----- --2FikgnwIr1412d2bpDoISBTobETiFFw1P--