]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu_driver: Fix comment of qemuStateCleanup()
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 4 Oct 2019 14:33:37 +0000 (16:33 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Oct 2019 14:42:19 +0000 (16:42 +0200)
The comment says that the function kills domains and networks.
This is obviously not the case.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/qemu_driver.c

index 7d145884090f6c50829785724e41b9af02ba989b..99db99e23a2802b8b37394e04303331fac18ffdb 100644 (file)
@@ -1154,7 +1154,7 @@ qemuStateStop(void)
 /**
  * qemuStateCleanup:
  *
- * Shutdown the QEMU daemon, it will stop all active domains and networks
+ * Release resources allocated by QEMU driver (no domain is shut off though)
  */
 static int
 qemuStateCleanup(void)