Re: [PATCH v4 14/34] migration/ram: Add incoming 'fixed-ram' migration

2024-02-25 Thread Peter Xu
On Tue, Feb 20, 2024 at 07:41:18PM -0300, Fabiano Rosas wrote: > Add the necessary code to parse the format changes for the 'fixed-ram' > capability. > > One of the more notable changes in behavior is that in the 'fixed-ram' > case ram pages are restored in one go rather than constantly looping >

[PATCH v4 14/34] migration/ram: Add incoming 'fixed-ram' migration

2024-02-20 Thread Fabiano Rosas
Add the necessary code to parse the format changes for the 'fixed-ram' capability. One of the more notable changes in behavior is that in the 'fixed-ram' case ram pages are restored in one go rather than constantly looping through the migration stream. Signed-off-by: Nikolay Borisov