Re: [RFC PATCH v3 14/30] migration/multifd: Add incoming QIOChannelFile support

2024-01-15 Thread Peter Xu
On Mon, Nov 27, 2023 at 05:25:56PM -0300, Fabiano Rosas wrote: > On the receiving side we don't need to differentiate between main > channel and threads, so whichever channel is defined first gets to be > the main one. And since there are no packets, use the atomic channel > count to index into

[RFC PATCH v3 14/30] migration/multifd: Add incoming QIOChannelFile support

2023-11-27 Thread Fabiano Rosas
On the receiving side we don't need to differentiate between main channel and threads, so whichever channel is defined first gets to be the main one. And since there are no packets, use the atomic channel count to index into the params array. Signed-off-by: Fabiano Rosas --- - stop setting