Statistics
| Branch: | Revision:

root / hw / 9pfs / virtio-9p-proxy.c @ 17bff52b

History | View | Annotate | Download (9.5 kB)

# Date Author Comment
4c793dda 01/04/2012 04:43 pm M. Mohan Kumar

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