Am 01.03.2021 um 18:27 hat Stefan Hajnoczi geschrieben: > v3: > * Explain how to detect launch errors and that the listen socket must be > closed in the parent process in order for this to work [Daniel] > > v2: > * Use /var/run/qmp.sock instead of /tmp/qmp-$PID.sock to prevent security > issues with world-writeable directories [Rich, Daniel] > * Add Patch 2 to fix insecure examples in the documentation [Rich, Daniel] > > 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.
Thanks, applied to the block branch. Kevin