Re: [PATCH v8 6/7] migration: Add save_postcopy_prepare() savevm handler

2025-04-03 Thread Prasad Pandit
On Mon, 31 Mar 2025 at 20:39, Fabiano Rosas wrote: > This patch and the next one need to come before 3/7. * Okay. Thank you. --- - Prasad

Re: [PATCH v8 6/7] migration: Add save_postcopy_prepare() savevm handler

2025-03-31 Thread Fabiano Rosas
Prasad Pandit writes: This patch and the next one need to come before 3/7.

[PATCH v8 6/7] migration: Add save_postcopy_prepare() savevm handler

2025-03-18 Thread Prasad Pandit
From: Peter Xu Add a savevm handler for a module to opt-in sending extra sections right before postcopy starts, and before VM is stopped. RAM will start to use this new savevm handler in the next patch to do flush and sync for multifd pages. Note that we choose to do it before VM stopped becaus