Re: [pve-devel] [PATCH qemu-server v13 5/12] fix #1027: virtio-fs support

2025-02-19 Thread Fiona Ebner
Looking very good! Just some nits and issue with schema description I noticed below: Am 22.01.25 um 11:08 schrieb Markus Frank: > @@ -801,6 +802,32 @@ my sub check_vm_create_hostpci_perm { > return 1; > }; > > +my sub check_dir_perm { > +my ($rpcenv, $authuser, $vmid, $pool, $opt, $val

[pve-devel] [PATCH qemu-server v13 5/12] fix #1027: virtio-fs support

2025-01-22 Thread Markus Frank
add support for sharing directories with a guest vm. virtio-fs needs virtiofsd to be started. In order to start virtiofsd as a process (despite being a daemon it is does not run in the background), a double-fork is used. virtiofsd should close itself together with QEMU. There are the parameters