[Qemu-devel] [PATCH 1/6] hw/9pfs: Add reference counting for fid

2011-08-25 Thread Aneesh Kumar K.V
Signed-off-by: Aneesh Kumar K.V --- hw/9pfs/virtio-9p.c | 273 ++- hw/9pfs/virtio-9p.h |2 + 2 files changed, 184 insertions(+), 91 deletions(-) diff --git a/hw/9pfs/virtio-9p.c b/hw/9pfs/virtio-9p.c index ad70768..555f456 100644 --- a/hw/9pfs

Re: [Qemu-devel] [PATCH 1/6] hw/9pfs: Add reference counting for fid

2011-06-09 Thread Aneesh Kumar K.V
On Thu, 09 Jun 2011 16:10:39 -0700, Venkateswararao Jujjuri wrote: > On 06/06/2011 10:16 AM, Aneesh Kumar K.V wrote: > > Signed-off-by: Aneesh Kumar K.V > > Just one minor issue below; otherwise > > Reviewed-by: Venkateswararao Jujjuri " > > > --- > > hw/9pfs/virtio-9p.c | 205 > > ++

Re: [Qemu-devel] [PATCH 1/6] hw/9pfs: Add reference counting for fid

2011-06-09 Thread Venkateswararao Jujjuri
On 06/06/2011 10:16 AM, Aneesh Kumar K.V wrote: Signed-off-by: Aneesh Kumar K.V Just one minor issue below; otherwise Reviewed-by: Venkateswararao Jujjuri " --- hw/9pfs/virtio-9p.c | 205 +++ hw/9pfs/virtio-9p.h |7 ++ 2 files changed,

[Qemu-devel] [PATCH 1/6] hw/9pfs: Add reference counting for fid

2011-06-06 Thread Aneesh Kumar K.V
Signed-off-by: Aneesh Kumar K.V --- hw/9pfs/virtio-9p.c | 205 +++ hw/9pfs/virtio-9p.h |7 ++ 2 files changed, 147 insertions(+), 65 deletions(-) diff --git a/hw/9pfs/virtio-9p.c b/hw/9pfs/virtio-9p.c index e2aa863..03d8664 100644 --- a/hw/9pf