From: Michal Privoznik Date: Fri, 4 Oct 2019 14:33:37 +0000 (+0200) Subject: qemu_driver: Fix comment of qemuStateCleanup() X-Git-Tag: v5.9.0-rc1~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b90162c94c45a9b0cf197e45b71f26036725d8;p=thirdparty%2Flibvirt.git qemu_driver: Fix comment of qemuStateCleanup() The comment says that the function kills domains and networks. This is obviously not the case. Signed-off-by: Michal Privoznik Reviewed-by: Daniel P. Berrangé --- diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 7d14588409..99db99e23a 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -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)