Re: [pve-devel] [PATCH qemu-server v8 4/7] feature #1027: virtio-fs support

2024-02-13 Thread Fiona Ebner
Am 13.02.24 um 12:52 schrieb Markus Frank: > Thanks, > > I already moved most of the code into a new PVE/QemuServer/Virtiofs.pm > module. > Great! :) > Just an clarification & question concerning the queue-size: > > On  2024-01-31 16:02, Fiona Ebner wrote: >>> +    push @$devices, '-chardev',

Re: [pve-devel] [PATCH qemu-server v8 4/7] feature #1027: virtio-fs support

2024-02-13 Thread Markus Frank
Thanks, I already moved most of the code into a new PVE/QemuServer/Virtiofs.pm module. Just an clarification & question concerning the queue-size: On 2024-01-31 16:02, Fiona Ebner wrote: + push @$devices, '-chardev', "socket,id=virtfs$i,path=/var/run/virtiofsd/vm$vmid-fs$i"; + pu

Re: [pve-devel] [PATCH qemu-server v8 4/7] feature #1027: virtio-fs support

2024-01-31 Thread Fiona Ebner
Am 08.11.23 um 09:52 schrieb 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

[pve-devel] [PATCH qemu-server v8 4/7] feature #1027: virtio-fs support

2023-11-08 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