mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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>
This commit is contained in:
parent
a2d8f1beb1
commit
84a87cc4cc
7 changed files with 159 additions and 17 deletions
|
@ -57,6 +57,8 @@ typedef struct extended_ops {
|
|||
*/
|
||||
#define V9FS_SM_NONE 0x00000010
|
||||
#define V9FS_RDONLY 0x00000020
|
||||
#define V9FS_PROXY_SOCK_FD 0x00000040
|
||||
#define V9FS_PROXY_SOCK_NAME 0x00000080
|
||||
|
||||
#define V9FS_SEC_MASK 0x0000001C
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue