Re: [PATCH v2 14/18] migration: Add documentation for fdset with multifd + file

2024-06-04 Thread Peter Xu
On Thu, May 23, 2024 at 04:05:44PM -0300, Fabiano Rosas wrote: > With the last few changes to the fdset infrastructure, we now allow > multifd to use an fdset when migrating to a file. This is useful for > the scenario where the management layer wants to have control over the > migration file. > >

[PATCH v2 14/18] migration: Add documentation for fdset with multifd + file

2024-05-23 Thread Fabiano Rosas
With the last few changes to the fdset infrastructure, we now allow multifd to use an fdset when migrating to a file. This is useful for the scenario where the management layer wants to have control over the migration file. By receiving the file descriptors directly, QEMU can delegate some high le