hw/9pfs: Read-only support for 9p export
authorM. Mohan Kumar <mohan@in.ibm.com>
Tue, 25 Oct 2011 06:40:39 +0000 (12:10 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 31 Oct 2011 07:04:17 +0000 (12:34 +0530)
commit201d6d5a807f5a0055e9cef4c72fb511ed8fd5d6
tree308232ce3bd97b8e9641c88b396ed3e9c5009d90
parent113ad2d0547c85cbe9cd32ead4586e2d961db3fa
hw/9pfs: Read-only support for 9p export

A new fsdev parameter "readonly" is introduced to control accessing 9p export.
"readonly" can be used to specify the access type. By default "rw" access
is given to 9p export.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fsdev/file-op-9p.h
fsdev/qemu-fsdev.c
hw/9pfs/virtio-9p.c
qemu-config.c
qemu-options.hx
vl.c