Skip to content

Commit

Permalink
softmmu: remove obsolete comment about libvirt timeouts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
berrange committed Feb 9, 2024
1 parent 0e74eb8 commit 3b219d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/vl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,6 @@ static bool object_create_early(const char *type)
* Allocation of large amounts of memory may delay
* chardev initialization for too long, and trigger timeouts
* on software that waits for a monitor socket to be created
* (e.g. libvirt).
*/
if (g_str_has_prefix(type, "memory-backend-")) {
return false;
Expand Down

0 comments on commit 3b219d9

Please sign in to comment.