]> git.proxmox.com Git - qemu.git/commit
hw/9pfs: Add support to use named socket for proxy FS
authorM. Mohan Kumar <mohan@in.ibm.com>
Wed, 14 Dec 2011 08:28:47 +0000 (13:58 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 4 Jan 2012 15:53:55 +0000 (21:23 +0530)
commit84a87cc4cc77f9e6829e20726f00646afe12deed
tree5f49882c7c36956365a51fca322bfda42c1c393e
parenta2d8f1beb11004e76aec5cd05ecb62f2b1037598
hw/9pfs: Add support to use named socket for proxy FS

Add option to use named socket for communicating between proxy helper
and qemu proxy FS. Access to socket can be given by using command line
options -u and -g.

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/virtfs-proxy-helper.c
fsdev/virtfs-proxy-helper.texi
hw/9pfs/virtio-9p-proxy.c
qemu-config.c
qemu-options.hx
vl.c