mirror of https://gitee.com/openkylin/libvirt.git
qemu: Add debug message to spice migration
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
7140807917
commit
0e747f2029
|
@ -2506,6 +2506,7 @@ qemuMigrationWaitForSpice(virDomainObjPtr vm)
|
|||
if (!wait_for_spice)
|
||||
return 0;
|
||||
|
||||
VIR_DEBUG("Waiting for SPICE to finish migration");
|
||||
while (!priv->job.spiceMigrated && !priv->job.abortJob) {
|
||||
if (virDomainObjWait(vm) < 0)
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue