From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwvEe-0002oh-Uy for qemu-devel@nongnu.org; Fri, 05 Dec 2014 10:56:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwvEY-0003II-RL for qemu-devel@nongnu.org; Fri, 05 Dec 2014 10:56:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwvEY-0003I5-KV for qemu-devel@nongnu.org; Fri, 05 Dec 2014 10:55:54 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sB5Ftq6j022533 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 5 Dec 2014 10:55:53 -0500 Message-ID: <5481D584.9010501@redhat.com> Date: Fri, 05 Dec 2014 16:55:48 +0100 From: Paolo Bonzini 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: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 On 04/12/2014 14:12, 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 > > 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(-) > Applied, thanks. Paolo