[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC 0/2] migration: Update error description outside migration.c
|
From: |
Tejus GK |
|
Subject: |
[RFC 0/2] migration: Update error description outside migration.c |
|
Date: |
Fri, 26 May 2023 11:50:01 +0000 |
Hi everyone,
This patchset aims to cover code paths in the source code where a
migration is marked as failed via MIGRATION_STATUS_FAILED, however the
failure exists outside of migration.c, and without a call for
migrate_set_error at this place.
This patchset has been split out from the patchset sent before which
covered cases of such gaps in migration.c aswell.
Previous patchset:
https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg04463.html
Regards,
Tejus
Tejus GK (2):
migration/vmstate: Introduce vmstate_save_state_with_err
migration: Update error description outside migration.c
include/migration/vmstate.h | 4 +++-
migration/savevm.c | 19 +++++++++++++++----
migration/vmstate.c | 19 +++++++++++++------
3 files changed, 31 insertions(+), 11 deletions(-)
--
2.22.3
- [RFC 0/2] migration: Update error description outside migration.c,
Tejus GK <=