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 <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Michal Privoznik 2019-10-04 16:33:37 +02:00
parent 4d2b96655f
commit e0b90162c9

View 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)