On Mon, Mar 27, 2017 at 03:19:41PM -0700, Stefano Stabellini wrote:
> Add functions to libxl to setup a Xen 9pfs frontend/backend connection.
> Add support to xl to parse a 9pfs option in the VM config file, in the
> following format:
> 
> p9=["tag=share_dir,security_model=none,path=/root/share_dir"]
> 
> where tag identifies the 9pfs share and it is required to mount it on
> the guest side, path is the path of the filesystem to share and the only
> security_model supported is "none" which means that files are stored
> using the same credentials as they are created on the guest (no user
> ownership squash or remap).
> 
> Signed-off-by: Stefano Stabellini <stef...@aporeto.com>

Acked-by: Wei Liu <wei.l...@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to