Re: [PATCH v1 4/7] migration: Report error in incoming migration

2023-11-27 Thread Peter Xu
On Fri, Nov 24, 2023 at 01:14:29PM -0300, Fabiano Rosas wrote: > We're not currently reporting the errors set with migrate_set_error() > when incoming migration fails. > > Signed-off-by: Fabiano Rosas Reviewed-by: Peter Xu -- Peter Xu

[PATCH v1 4/7] migration: Report error in incoming migration

2023-11-24 Thread Fabiano Rosas
We're not currently reporting the errors set with migrate_set_error() when incoming migration fails. Signed-off-by: Fabiano Rosas --- migration/migration.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/migration/migration.c b/migration/migration.c index 28a34c9068..cca32c553c 100644