Re: [Qemu-devel] [PATCH V3] virtio-9p: Add Read only support for 9p export.

2011-05-24 Thread Stefan Hajnoczi
On Tue, May 24, 2011 at 1:21 PM, M. Mohan Kumar wrote: > A new fsdev parameter "readonly" is introduced to control accessing 9p export. > readonly=on|off can be used to specify the access type. By default rw access > is given to 9p export. > > Signed-off-by: M. Mohan Kumar > --- > Change from pre

[Qemu-devel] [PATCH V3] virtio-9p: Add Read only support for 9p export.

2011-05-24 Thread M. Mohan Kumar
A new fsdev parameter "readonly" is introduced to control accessing 9p export. readonly=on|off can be used to specify the access type. By default rw access is given to 9p export. Signed-off-by: M. Mohan Kumar --- Change from previous version V2: * QEMU_OPT_BOOL is used for readdonly parameter Ch