Re: [Qemu-devel] [PATCH 2/5] hw/scsi/spapr_vscsi: Remove superfluous memset

2015-10-08 Thread David Gibson
On Thu, Oct 08, 2015 at 09:35:13PM +0200, Thomas Huth wrote: > g_malloc0 already clears the memory, so no need for > the additional memset here. > > Cc: Paolo Bonzini > Cc: David Gibson > Cc: Alexander Graf > Signed-off-by:

Re: [Qemu-devel] [PATCH 2/5] hw/scsi/spapr_vscsi: Remove superfluous memset

2015-10-08 Thread Eric Blake
On 10/08/2015 01:35 PM, Thomas Huth wrote: > g_malloc0 already clears the memory, so no need for > the additional memset here. > > Cc: Paolo Bonzini > Cc: David Gibson > Cc: Alexander Graf > Signed-off-by: Thomas Huth

[Qemu-devel] [PATCH 2/5] hw/scsi/spapr_vscsi: Remove superfluous memset

2015-10-08 Thread Thomas Huth
g_malloc0 already clears the memory, so no need for the additional memset here. Cc: Paolo Bonzini Cc: David Gibson Cc: Alexander Graf Signed-off-by: Thomas Huth --- hw/scsi/spapr_vscsi.c | 1 - 1 file changed,