Re: [RFC PATCH 5/7] migration/multifd: Isolate ram pages packet data

2024-07-19 Thread Fabiano Rosas
Fabiano Rosas writes: > While we cannot yet disentangle the multifd packet from page data, we > can make the code a bit cleaner by setting the page-related fields in > a separate function. > > Signed-off-by: Fabiano Rosas > --- > migration/multifd.c | 104

[RFC PATCH 5/7] migration/multifd: Isolate ram pages packet data

2024-06-20 Thread Fabiano Rosas
While we cannot yet disentangle the multifd packet from page data, we can make the code a bit cleaner by setting the page-related fields in a separate function. Signed-off-by: Fabiano Rosas --- migration/multifd.c | 104 +--- 1 file changed, 68