Re: [PATCH v2 0/7] migration: Better error handling in return path thread

2023-07-26 Thread Peter Xu
Hi, Fabiano, Sorry to be late on responding. On Tue, Jul 25, 2023 at 03:24:26PM -0300, Fabiano Rosas wrote: > Fabiano Rosas writes: > > > Peter Xu writes: > > > >> v2: > >> - Patch "migration: Provide explicit error message for file shutdowns" > >> - Touched up qapi doc [Fabiano] > >> - Ad

Re: [PATCH v2 0/7] migration: Better error handling in return path thread

2023-07-25 Thread Fabiano Rosas
Fabiano Rosas writes: > Peter Xu writes: > >> v2: >> - Patch "migration: Provide explicit error message for file shutdowns" >> - Touched up qapi doc [Fabiano] >> - Added Bugzilla link to commit which I didn't even notice that I was >> fixing a bug.. but rightfully pointed out by Laszlo.

Re: [PATCH v2 0/7] migration: Better error handling in return path thread

2023-07-24 Thread Fabiano Rosas
Peter Xu writes: > v2: > - Patch "migration: Provide explicit error message for file shutdowns" > - Touched up qapi doc [Fabiano] > - Added Bugzilla link to commit which I didn't even notice that I was > fixing a bug.. but rightfully pointed out by Laszlo. > - Moved it to the 1st patch

[PATCH v2 0/7] migration: Better error handling in return path thread

2023-07-05 Thread Peter Xu
v2: - Patch "migration: Provide explicit error message for file shutdowns" - Touched up qapi doc [Fabiano] - Added Bugzilla link to commit which I didn't even notice that I was fixing a bug.. but rightfully pointed out by Laszlo. - Moved it to the 1st patch because it fixes a bug, please