]> git.proxmox.com Git - qemu.git/commit - qemu-config.c
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)
commit2c74c2cb4bedddbfa67628fbd5f9273b4e0e9903
tree308232ce3bd97b8e9641c88b396ed3e9c5009d90
parentf02b77c9bfc5c3ac93a89026f8c1d320f61f02c9
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