Re: [RFC PATCH v3 09/30] migration/ram: Add incoming 'fixed-ram' migration

2024-01-15 Thread Fabiano Rosas
Peter Xu writes: > On Mon, Nov 27, 2023 at 05:25:51PM -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

Re: [RFC PATCH v3 09/30] migration/ram: Add incoming 'fixed-ram' migration

2024-01-15 Thread Peter Xu
On Mon, Nov 27, 2023 at 05:25:51PM -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 >

[RFC PATCH v3 09/30] migration/ram: Add incoming 'fixed-ram' migration

2023-11-27 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 Signed-off-b