hw/9pfs: Initialize rest of qid field to zero.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 2 Aug 2011 06:06:24 +0000 (11:36 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 9 Sep 2011 09:15:55 +0000 (14:45 +0530)
commit25427ec1437b63e335a30293b58d47b601373223
tree2db82bda06faf477f0bad9a865662124f0c583c9
parent407fee0f026faf3296f08231e862799fbc2740c5
hw/9pfs: Initialize rest of qid field to zero.

Since qid is allocated out of stack we need to intialize
the field to zero. Otherwise we will send wrong qid value
to client.

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