Re: [PATCH v5 2/5] migration: refactor ram_save_target_page functions

2025-02-07 Thread Fabiano Rosas
Peter Xu writes: > On Wed, Feb 05, 2025 at 05:57:09PM +0530, Prasad Pandit wrote: >> From: Prasad Pandit >> >> Refactor ram_save_target_page legacy and multifd >> functions into one. Other than simplifying it, >> it frees 'migration_ops' object from usage, so it >> is expunged. >> >> Reviewed-

Re: [PATCH v5 2/5] migration: refactor ram_save_target_page functions

2025-02-06 Thread Peter Xu
On Wed, Feb 05, 2025 at 05:57:09PM +0530, Prasad Pandit wrote: > From: Prasad Pandit > > Refactor ram_save_target_page legacy and multifd > functions into one. Other than simplifying it, > it frees 'migration_ops' object from usage, so it > is expunged. > > Reviewed-by: Fabiano Rosas > Signed-o

[PATCH v5 2/5] migration: refactor ram_save_target_page functions

2025-02-05 Thread Prasad Pandit
From: Prasad Pandit Refactor ram_save_target_page legacy and multifd functions into one. Other than simplifying it, it frees 'migration_ops' object from usage, so it is expunged. Reviewed-by: Fabiano Rosas Signed-off-by: Prasad Pandit --- migration/ram.c | 67 +