qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] scsi: Trivial cleanups around g_malloc()
@ 2014-12-04 13:12 Markus Armbruster
  2014-12-04 13:12 ` [Qemu-devel] [PATCH 1/3] scsi: Drop superfluous conditionals around g_free() Markus Armbruster
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Markus Armbruster @ 2014-12-04 13:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-05 15:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04 13:12 [Qemu-devel] [PATCH 0/3] scsi: Trivial cleanups around g_malloc() Markus Armbruster
2014-12-04 13:12 ` [Qemu-devel] [PATCH 1/3] scsi: Drop superfluous conditionals around g_free() Markus Armbruster
2014-12-04 13:12 ` [Qemu-devel] [PATCH 2/3] scsi: Fuse g_malloc(); memset() into g_malloc0() Markus Armbruster
2014-12-04 13:12 ` [Qemu-devel] [PATCH 3/3] scsi: Use g_new() & friends where that makes obvious sense Markus Armbruster
2014-12-05  4:57 ` [Qemu-devel] [PATCH 0/3] scsi: Trivial cleanups around g_malloc() Eric Blake
2014-12-05  6:51 ` Fam Zheng
2014-12-05 15:55 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).