Re: [PATCH v5 1/2] migration/vmstate: Introduce vmstate_save_state_with_err

2023-10-03 Thread Juan Quintela
Tejus GK wrote: > Currently, a few code paths exist in the function vmstate_save_state_v, > which ultimately leads to a migration failure. However, an update in the > current MigrationState for the error description is never done. > > vmstate.c somehow doesn't seem to allow the use of migrat

[PATCH v5 1/2] migration/vmstate: Introduce vmstate_save_state_with_err

2023-10-02 Thread Tejus GK
Currently, a few code paths exist in the function vmstate_save_state_v, which ultimately leads to a migration failure. However, an update in the current MigrationState for the error description is never done. vmstate.c somehow doesn't seem to allow the use of migrate_set_error due to some dependen