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
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