]> git.proxmox.com Git - qemu.git/commit
virtio-9p: Fix the memset usage
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 2 Sep 2010 05:39:07 +0000 (11:09 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 8 Sep 2010 17:26:42 +0000 (22:56 +0530)
commit783f04e1d419f730639755e6bd4e7026ad6f2a3f
treea249be0c80dc6b165b874998eb0b32d08120fcfd
parent5c0f255dd4c8b8f3349b6ed14233f77948c5a9a6
virtio-9p: Fix the memset usage

The arguments are wrong. Use qemu_mallocz directly

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
hw/virtio-9p.c