Re: [Qemu-devel] [PATCH] virtio-9p: Fix the memset usage

2010-06-29 Thread Sripathi Kodi
On Wed, 30 Jun 2010 10:15:29 +0530 "Aneesh Kumar K.V" wrote: > The arguments are wrong. Use qemu_mallocz directly > > Signed-off-by: Aneesh Kumar K.V Reviewed-by: Sripathi Kodi > --- > hw/virtio-9p.c |3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/hw/virtio-

[Qemu-devel] [PATCH] virtio-9p: Fix the memset usage

2010-06-29 Thread Aneesh Kumar K.V
The arguments are wrong. Use qemu_mallocz directly Signed-off-by: Aneesh Kumar K.V --- hw/virtio-9p.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/hw/virtio-9p.c b/hw/virtio-9p.c index 5c5a34b..fba6619 100644 --- a/hw/virtio-9p.c +++ b/hw/virtio-9p.c @@ -2782,8 +278