qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/2] migration: Update error description outside migration.c
@ 2023-05-26 11:50 Tejus GK
  2023-05-26 11:50 ` [RFC 1/2] migration/vmstate: Introduce vmstate_save_state_with_err Tejus GK
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tejus GK @ 2023-05-26 11:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: quintela, peterx, leobras, berrange, aravind.retnakaran,
	shivam.kumar1, Tejus GK

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-12 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-26 11:50 [RFC 0/2] migration: Update error description outside migration.c Tejus GK
2023-05-26 11:50 ` [RFC 1/2] migration/vmstate: Introduce vmstate_save_state_with_err Tejus GK
2023-05-26 11:50 ` [RFC 2/2] migration: Update error description outside migration.c Tejus GK
2023-06-12  5:00 ` [RFC 0/2] " Tejus GK
2023-06-12 13:14 ` Peter Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).