Re: [PATCH v4 13/34] migration/ram: Add outgoing 'fixed-ram' migration

2024-02-25 Thread Peter Xu
On Tue, Feb 20, 2024 at 07:41:17PM -0300, Fabiano Rosas wrote: > Implement the outgoing migration side for the 'fixed-ram' capability. > > A bitmap is introduced to track which pages have been written in the > migration file. Pages are written at a fixed location for every > ramblock. Zero pages

[PATCH v4 13/34] migration/ram: Add outgoing 'fixed-ram' migration

2024-02-20 Thread Fabiano Rosas
Implement the outgoing migration side for the 'fixed-ram' capability. A bitmap is introduced to track which pages have been written in the migration file. Pages are written at a fixed location for every ramblock. Zero pages are ignored as they'd be zero in the destination migration as well. The