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

2025-04-05 Thread Fabian Grünbichler
On March 4, 2025 12:57 pm, Markus Frank wrote: > 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 shoul

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

2025-03-04 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