Re: [PATCH v2 11/17] migration/multifd: Add an explicit MultiFDSendData destructor

2024-08-30 Thread Fabiano Rosas
"Maciej S. Szmigiero" writes: > From: "Maciej S. Szmigiero" > > This way if there are fields there that needs explicit disposal (like, for > example, some attached buffers) they will be handled appropriately. > > Add a related assert to multifd_set_payload_type() in order to make sure > that thi

[PATCH v2 11/17] migration/multifd: Add an explicit MultiFDSendData destructor

2024-08-27 Thread Maciej S. Szmigiero
From: "Maciej S. Szmigiero" This way if there are fields there that needs explicit disposal (like, for example, some attached buffers) they will be handled appropriately. Add a related assert to multifd_set_payload_type() in order to make sure that this function is only used to fill a previously