]> git.proxmox.com Git - mirror_qemu.git/commit
softmmu: remove obsolete comment about libvirt timeouts
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 8 Sep 2023 17:55:36 +0000 (18:55 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 9 Feb 2024 12:48:04 +0000 (12:48 +0000)
commit3b219d99af282b21b3c87ad948dbb21082e8fa1b
tree47fa46daa3bc954d2bb9abbdbaf60d36555e12a7
parent0e74eb86eaf3ef57e9f9741cb668784c96e654ff
softmmu: remove obsolete comment about libvirt timeouts

For a long time now, libvirt has pre-created the monitor connection
socket and passed the pre-opened FD into QEMU during startup. Thus
libvirt does not have any timeouts waiting for the monitor socket
to appear, it is immediately connected.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
system/vl.c