On Thu, Feb 8, 2024 at 12:10 PM Juergen Gross <jgr...@suse.com> wrote: > > Add a 9pfs device to Xenstore stubdom in order to allow it to do e.g. > logging into a dom0 file. > > Use the following parameters for the new device: > > - tag = "Xen" > - type = "xen_9pfsd" > - path = "/var/lib/xen/xenstore" > - security-model = "none" > > For now don't limit allowed file space or number of files. > > Add a new libxl function for adding it similar to the function for > adding the console device. > > Signed-off-by: Juergen Gross <jgr...@suse.com>
Reviewed-by: Jason Andryuk <jandr...@gmail.com>