Re: [PATCH v6 15/36] migration/multifd: Make MultiFDSendData a struct

2025-03-05 Thread Fabiano Rosas
"Maciej S. Szmigiero" writes: > From: Peter Xu > > The newly introduced device state buffer can be used for either storing > VFIO's read() raw data, but already also possible to store generic device > states. After noticing that device states may not easily provide a max > buffer size (also the

Re: [PATCH v6 15/36] migration/multifd: Make MultiFDSendData a struct

2025-03-05 Thread Cédric Le Goater
Fabiano, Could you please ack (or not) this patch please ? Thanks, C. On 3/4/25 23:03, Maciej S. Szmigiero wrote: From: Peter Xu The newly introduced device state buffer can be used for either storing VFIO's read() raw data, but already also possible to store generic device states. After

[PATCH v6 15/36] migration/multifd: Make MultiFDSendData a struct

2025-03-04 Thread Maciej S. Szmigiero
From: Peter Xu The newly introduced device state buffer can be used for either storing VFIO's read() raw data, but already also possible to store generic device states. After noticing that device states may not easily provide a max buffer size (also the fact that RAM MultiFDPages_t after all als