mirror of https://gitee.com/openkylin/libvirt.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 <mprivozn@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
4d2b96655f
commit
e0b90162c9
|
@ -1154,7 +1154,7 @@ qemuStateStop(void)
|
||||||
/**
|
/**
|
||||||
* qemuStateCleanup:
|
* 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
|
static int
|
||||||
qemuStateCleanup(void)
|
qemuStateCleanup(void)
|
||||||
|
|
Loading…
Reference in New Issue