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: Thomas Huth
Thanks, applied to spapr-next.
--
David Gibson
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
> ---
> hw/scsi/spapr_vscsi.c | 1 -
> 1 file changed, 1 deletion(-)
Revie
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, 1 deletion(-)
diff --git a/hw/scsi/spapr_vscsi.c b/hw/scsi/spapr_vscsi.c
index 891