]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Fix warning in qemuMigrationDstPostcopyFailed
authorJiri Denemark <jdenemar@redhat.com>
Mon, 5 Dec 2022 11:17:56 +0000 (12:17 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 14 Dec 2022 10:21:37 +0000 (11:21 +0100)
commitd71a5f67a0c19fe4308b0c462f547cefa229ce77
tree22c77802ae89fb7dc5b65917ab3dea87bcddf05e
parent5ef2582646eb98af208ce37355f82bdef39931fa
qemu: Fix warning in qemuMigrationDstPostcopyFailed

The function is called even if QEMU reports migration as
postcopy-paused, i.e., it's not migrating anymore. And while changing
the warning, we can drop the part about unattended migration to make the
warning shorter and consistent with qemuMigrationSrcPostcopyFailed.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_migration.c