On Thu, 12/04 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(-) > > -- > 1.9.3 > >
Reviewed-by: Fam Zheng <f...@redhat.com>