]> git.proxmox.com Git - qemu.git/commit - vl.c
hw/9pfs: Add new proxy filesystem driver
authorM. Mohan Kumar <mohan@in.ibm.com>
Wed, 14 Dec 2011 08:19:28 +0000 (13:49 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 4 Jan 2012 14:43:39 +0000 (20:13 +0530)
commit4c793dda22213a7aba8e4d9a814e8f368a5f8bf7
tree8e74ae998bb6e9edcc1376f9c9464d3fa7d4744d
parentddca7f86ac022289840e0200fd4050b2b58e9176
hw/9pfs: Add new proxy filesystem driver

Add new proxy filesystem driver to add root privilege to qemu process.
It needs a helper process to be started by root user.

Following command line can be used to utilize proxy filesystem driver
-virtfs proxy,id=<id>,mount_tag=<tag>,socket_fd=<socket-fd>

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Makefile.objs
fsdev/qemu-fsdev.c
fsdev/qemu-fsdev.h
hw/9pfs/virtio-9p-proxy.c [new file with mode: 0644]
hw/9pfs/virtio-9p-proxy.h [new file with mode: 0644]
qemu-config.c
vl.c