Re: [RFC PATCH v3 06/30] migration/ram: Introduce 'fixed-ram' migration capability

2024-01-11 Thread Peter Xu
On Mon, Nov 27, 2023 at 05:25:48PM -0300, Fabiano Rosas wrote: > Add a new migration capability 'fixed-ram'. > > The core of the feature is to ensure that each RAM page has a specific > offset in the resulting migration stream. The reasons why we'd want > such behavior are: > > - The resulting f

Re: [RFC PATCH v3 06/30] migration/ram: Introduce 'fixed-ram' migration capability

2023-12-22 Thread Markus Armbruster
Fabiano Rosas writes: > Add a new migration capability 'fixed-ram'. > > The core of the feature is to ensure that each RAM page has a specific > offset in the resulting migration stream. The reasons why we'd want > such behavior are: > > - The resulting file will have a bounded size, since pages

[RFC PATCH v3 06/30] migration/ram: Introduce 'fixed-ram' migration capability

2023-11-27 Thread Fabiano Rosas
Add a new migration capability 'fixed-ram'. The core of the feature is to ensure that each RAM page has a specific offset in the resulting migration stream. The reasons why we'd want such behavior are: - The resulting file will have a bounded size, since pages which are dirtied multiple times