Searched hist:"1 d481116015428c02f7e3635f9bc0b88b0978fdc" (Results 1 – 4 of 4) sorted by relevance
/qemu/migration/ |
H A D | savevm.h | 1d481116015428c02f7e3635f9bc0b88b0978fdc Fri Apr 11 11:45:30 UTC 2025 Peter Xu <peterx@redhat.com> migration: Add save_postcopy_prepare() savevm handler
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 because the current only potential user is not sensitive to VM status, so doing it before VM is stopped is preferred to enlarge any postcopy downtime.
It is still a bit unfortunate that we need to introduce such a new savevm handler just for the only use case, however it's so far the cleanest.
Signed-off-by: Peter Xu <peterx@redhat.com> Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Reviewed-by: Fabiano Rosas <farosas@suse.de> Message-ID: <20250411114534.3370816-4-ppandit@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
|
H A D | savevm.c | 1d481116015428c02f7e3635f9bc0b88b0978fdc Fri Apr 11 11:45:30 UTC 2025 Peter Xu <peterx@redhat.com> migration: Add save_postcopy_prepare() savevm handler
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 because the current only potential user is not sensitive to VM status, so doing it before VM is stopped is preferred to enlarge any postcopy downtime.
It is still a bit unfortunate that we need to introduce such a new savevm handler just for the only use case, however it's so far the cleanest.
Signed-off-by: Peter Xu <peterx@redhat.com> Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Reviewed-by: Fabiano Rosas <farosas@suse.de> Message-ID: <20250411114534.3370816-4-ppandit@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
|
H A D | migration.c | 1d481116015428c02f7e3635f9bc0b88b0978fdc Fri Apr 11 11:45:30 UTC 2025 Peter Xu <peterx@redhat.com> migration: Add save_postcopy_prepare() savevm handler
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 because the current only potential user is not sensitive to VM status, so doing it before VM is stopped is preferred to enlarge any postcopy downtime.
It is still a bit unfortunate that we need to introduce such a new savevm handler just for the only use case, however it's so far the cleanest.
Signed-off-by: Peter Xu <peterx@redhat.com> Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Reviewed-by: Fabiano Rosas <farosas@suse.de> Message-ID: <20250411114534.3370816-4-ppandit@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
|
/qemu/include/migration/ |
H A D | register.h | 1d481116015428c02f7e3635f9bc0b88b0978fdc Fri Apr 11 11:45:30 UTC 2025 Peter Xu <peterx@redhat.com> migration: Add save_postcopy_prepare() savevm handler
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 because the current only potential user is not sensitive to VM status, so doing it before VM is stopped is preferred to enlarge any postcopy downtime.
It is still a bit unfortunate that we need to introduce such a new savevm handler just for the only use case, however it's so far the cleanest.
Signed-off-by: Peter Xu <peterx@redhat.com> Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Reviewed-by: Fabiano Rosas <farosas@suse.de> Message-ID: <20250411114534.3370816-4-ppandit@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
|