Re: [PATCH v2 0/2] docs: show how to spawn qemu-storage-daemon with fd passing

2021-03-01 Thread Stefan Hajnoczi
On Mon, Mar 01, 2021 at 05:11:05PM +, Stefan Hajnoczi wrote: > Add an example of how to spawn qemu-storage-daemon with fd passing. This > approach eliminates the need to busy wait for the QMP, NBD, or vhost-user > socket to become available. > > v2: > * Use /var/run/qmp.sock instead of /tmp/q

[PATCH v2 0/2] docs: show how to spawn qemu-storage-daemon with fd passing

2021-03-01 Thread Stefan Hajnoczi
Add an example of how to spawn qemu-storage-daemon with fd passing. This approach eliminates the need to busy wait for the QMP, NBD, or vhost-user socket to become available. v2: * Use /var/run/qmp.sock instead of /tmp/qmp-$PID.sock to prevent security issues with world-writeable directories [