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
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 [