mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
qemu_driver: update comments for qemuDomainSaveInternal
s/libvirt.c/libvirt-domain.c Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
parent
4b15fd0d1f
commit
9cc871718f
@ -3177,7 +3177,7 @@ qemuDomainSaveInternal(virQEMUDriverPtr driver, virDomainPtr dom,
|
||||
}
|
||||
}
|
||||
|
||||
/* libvirt.c already guaranteed these two flags are exclusive. */
|
||||
/* libvirt-domain.c already guaranteed these two flags are exclusive. */
|
||||
if (flags & VIR_DOMAIN_SAVE_RUNNING)
|
||||
was_running = true;
|
||||
else if (flags & VIR_DOMAIN_SAVE_PAUSED)
|
||||
|
Loading…
Reference in New Issue
Block a user