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

2025-04-04 Thread Daniel Kral
Some comments inline about undefined values. Also two small notes about testing the assertions, which both works as expected (die for Windows + POSIX ACLs and memory hotplug + virtiofs). On 4/3/25 12:34, Markus Frank wrote: add support for sharing directories with a guest vm. virtio-fs needs

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

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