There are places in the code where the migration is marked failed with
MIGRATION_STATUS_FAILED, but the failiure reason is never updated. Hence
libvirt doesn't know why the migration failed when it queries for it.
Signed-off-by: tejus.gk
---
migration/migration.c
Hi everyone,
Thanks for the reviews. This is the v2 patchset based on the reviews
recieved for the previous one.
Links to previous patchsets:
v1: https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg00868.html
tejus.gk (1):
migration: Update error description whenever migration fails
There are places in the code where the migration is marked failed with
MIGRATION_STATUS_FAILED, but the failiure reason is never updated. Hence
libvirt doesn't know why the migration failed when it queries for it.
Signed-off-by: tejus.gk
---
migration/migration.c | 8
1 file chang
description can be updated here
itself, rather than updating it in the function migration_completion,
present in migration/migration.c.
tejus.gk (1):
migration: Update error description whenever migration fails
migration/migration.c | 8
1 file changed, 8 insertions(+)
--
2.22.3