commit | 4c793dda22213a7aba8e4d9a814e8f368a5f8bf7 | [log] [tgz] |
---|---|---|
author | M. Mohan Kumar <mohan@in.ibm.com> | Wed Dec 14 13:49:28 2011 +0530 |
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Wed Jan 04 20:13:39 2012 +0530 |
tree | 8e74ae998bb6e9edcc1376f9c9464d3fa7d4744d | |
parent | ddca7f86ac022289840e0200fd4050b2b58e9176 [diff] |
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>