Re: [Qemu-devel] [PATCH -V2 4/6] hw/9pfs: Implement syncfs

2011-03-02 Thread Aneesh Kumar K. V
On Wed, 2 Mar 2011 10:20:41 +, Stefan Hajnoczi wrote: > On Wed, Mar 2, 2011 at 5:05 AM, Aneesh Kumar K. V > wrote: > > On Tue, 1 Mar 2011 20:27:19 +, Stefan Hajnoczi > > wrote: > >> On Tue, Mar 1, 2011 at 6:02 PM, Aneesh Kumar K. V > >> wrote: > >> > On Tue, 1 Mar 2011 15:59:19 +,

Re: [Qemu-devel] [PATCH -V2 4/6] hw/9pfs: Implement syncfs

2011-03-02 Thread Stefan Hajnoczi
On Wed, Mar 2, 2011 at 5:05 AM, Aneesh Kumar K. V wrote: > On Tue, 1 Mar 2011 20:27:19 +, Stefan Hajnoczi wrote: >> On Tue, Mar 1, 2011 at 6:02 PM, Aneesh Kumar K. V >> wrote: >> > On Tue, 1 Mar 2011 15:59:19 +, Stefan Hajnoczi >> > wrote: >> >> >> Please explain the semantics of P9_TS

Re: [Qemu-devel] [PATCH -V2 4/6] hw/9pfs: Implement syncfs

2011-03-01 Thread Aneesh Kumar K. V
On Tue, 1 Mar 2011 20:27:19 +, Stefan Hajnoczi wrote: > On Tue, Mar 1, 2011 at 6:02 PM, Aneesh Kumar K. V > wrote: > > On Tue, 1 Mar 2011 15:59:19 +, Stefan Hajnoczi > > wrote: > >> >> Please explain the semantics of P9_TSYNCFS.  Won't returning success > >> >> without doing anything le

Re: [Qemu-devel] [PATCH -V2 4/6] hw/9pfs: Implement syncfs

2011-03-01 Thread Stefan Hajnoczi
On Tue, Mar 1, 2011 at 6:02 PM, Aneesh Kumar K. V wrote: > On Tue, 1 Mar 2011 15:59:19 +, Stefan Hajnoczi wrote: >> >> Please explain the semantics of P9_TSYNCFS.  Won't returning success >> >> without doing anything lead to data integrity issues? >> > >> > I should actually do the 9P Operati

Re: [Qemu-devel] [PATCH -V2 4/6] hw/9pfs: Implement syncfs

2011-03-01 Thread Aneesh Kumar K. V
On Tue, 1 Mar 2011 15:59:19 +, Stefan Hajnoczi wrote: > On Tue, Mar 1, 2011 at 3:02 PM, Aneesh Kumar K. V > wrote: > > On Tue, 1 Mar 2011 10:22:07 +, Stefan Hajnoczi > > wrote: > >> On Tue, Mar 1, 2011 at 6:38 AM, Aneesh Kumar K.V > >> wrote: > >> > Signed-off-by: Aneesh Kumar K.V > >

Re: [Qemu-devel] [PATCH -V2 4/6] hw/9pfs: Implement syncfs

2011-03-01 Thread Stefan Hajnoczi
On Tue, Mar 1, 2011 at 3:02 PM, Aneesh Kumar K. V wrote: > On Tue, 1 Mar 2011 10:22:07 +, Stefan Hajnoczi wrote: >> On Tue, Mar 1, 2011 at 6:38 AM, Aneesh Kumar K.V >> wrote: >> > Signed-off-by: Aneesh Kumar K.V >> > --- >> >  hw/9pfs/virtio-9p.c |   31 +++ >> >

Re: [Qemu-devel] [PATCH -V2 4/6] hw/9pfs: Implement syncfs

2011-03-01 Thread Aneesh Kumar K. V
On Tue, 1 Mar 2011 10:22:07 +, Stefan Hajnoczi wrote: > On Tue, Mar 1, 2011 at 6:38 AM, Aneesh Kumar K.V > wrote: > > Signed-off-by: Aneesh Kumar K.V > > --- > >  hw/9pfs/virtio-9p.c |   31 +++ > >  hw/9pfs/virtio-9p.h |    2 ++ > >  2 files changed, 33 insertions

Re: [Qemu-devel] [PATCH -V2 4/6] hw/9pfs: Implement syncfs

2011-03-01 Thread Stefan Hajnoczi
On Tue, Mar 1, 2011 at 6:38 AM, Aneesh Kumar K.V wrote: > Signed-off-by: Aneesh Kumar K.V > --- >  hw/9pfs/virtio-9p.c |   31 +++ >  hw/9pfs/virtio-9p.h |    2 ++ >  2 files changed, 33 insertions(+), 0 deletions(-) > > diff --git a/hw/9pfs/virtio-9p.c b/hw/9pfs/virtio

[Qemu-devel] [PATCH -V2 4/6] hw/9pfs: Implement syncfs

2011-02-28 Thread Aneesh Kumar K.V
Signed-off-by: Aneesh Kumar K.V --- hw/9pfs/virtio-9p.c | 31 +++ hw/9pfs/virtio-9p.h |2 ++ 2 files changed, 33 insertions(+), 0 deletions(-) diff --git a/hw/9pfs/virtio-9p.c b/hw/9pfs/virtio-9p.c index c4b0198..882f4f3 100644 --- a/hw/9pfs/virtio-9p.c +++ b/hw