Re: [Qemu-devel] [V2 10/25] hw/9pfs: Update v9fs_readdir to use coroutines

2011-05-18 Thread Stefan Hajnoczi
On Tue, May 17, 2011 at 8:43 PM, Venkateswararao Jujjuri (JV) wrote: > -/* Size of each dirent on the wire: size of qid (13) + size of offset (8) > +/* > + * Size of each dirent on the wire: size of qid (13) + size of offset (8) >  * size of type (1) + size of name.size (2) + strlen(name.data) >  

[Qemu-devel] [V2 10/25] hw/9pfs: Update v9fs_readdir to use coroutines

2011-05-17 Thread Venkateswararao Jujjuri (JV)
From: Aneesh Kumar K.V Signed-off-by: Aneesh Kumar K.V Signed-off-by: Venkateswararao Jujjuri " --- hw/9pfs/virtio-9p.c | 170 +-- 1 files changed, 69 insertions(+), 101 deletions(-) diff --git a/hw/9pfs/virtio-9p.c b/hw/9pfs/virtio-9p.c index 4