Re: [RFC 0/2] migration: Update error description outside migration.c

2023-06-12 Thread Peter Xu
On Fri, May 26, 2023 at 11:50:01AM +, Tejus GK wrote: > 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_e

Re: [RFC 0/2] migration: Update error description outside migration.c

2023-06-11 Thread Tejus GK
On 26/05/23 5:20 pm, Tejus GK wrote: > 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

[RFC 0/2] migration: Update error description outside migration.c

2023-05-26 Thread 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 patchs