Re: [RFC PATCH 1/2] migration: Report error in incoming migration

2023-11-13 Thread Fabiano Rosas
Peter Xu writes: > On Fri, Nov 10, 2023 at 07:58:00AM -0300, Fabiano Rosas wrote: >> Peter Xu writes: >> >> > On Thu, Nov 09, 2023 at 01:58:55PM -0300, Fabiano Rosas wrote: >> >> We're not currently reporting the errors set with migrate_set_error() >> >> when incoming migration fails. >> >> >>

Re: [RFC PATCH 1/2] migration: Report error in incoming migration

2023-11-13 Thread Peter Xu
On Fri, Nov 10, 2023 at 07:58:00AM -0300, Fabiano Rosas wrote: > Peter Xu writes: > > > On Thu, Nov 09, 2023 at 01:58:55PM -0300, Fabiano Rosas wrote: > >> We're not currently reporting the errors set with migrate_set_error() > >> when incoming migration fails. > >> > >> Signed-off-by: Fabiano R

Re: [RFC PATCH 1/2] migration: Report error in incoming migration

2023-11-10 Thread Fabiano Rosas
Peter Xu writes: > On Thu, Nov 09, 2023 at 01:58:55PM -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 >> --- >> migration/migration.c | 7 +++ >> 1 file changed, 7 inse

Re: [RFC PATCH 1/2] migration: Report error in incoming migration

2023-11-09 Thread Peter Xu
On Thu, Nov 09, 2023 at 01:58:55PM -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 > --- > migration/migration.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/

[RFC PATCH 1/2] migration: Report error in incoming migration

2023-11-09 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