Re: [PATCH for-9.1 v5 10/14] migration: Introduce ram_bitmaps_destroy()

2024-03-20 Thread Fabiano Rosas
Cédric Le Goater writes: > We will use it in ram_init_bitmaps() to clear the allocated bitmaps when > support for error reporting is added to memory_global_dirty_log_start(). > > Signed-off-by: Cédric Le Goater Reviewed-by: Fabiano Rosas

Re: [PATCH for-9.1 v5 10/14] migration: Introduce ram_bitmaps_destroy()

2024-03-20 Thread Peter Xu
On Wed, Mar 20, 2024 at 07:49:06AM +0100, Cédric Le Goater wrote: > We will use it in ram_init_bitmaps() to clear the allocated bitmaps when > support for error reporting is added to memory_global_dirty_log_start(). > > Signed-off-by: Cédric Le Goater Reviewed-by: Peter Xu -- Peter Xu

[PATCH for-9.1 v5 10/14] migration: Introduce ram_bitmaps_destroy()

2024-03-19 Thread Cédric Le Goater
We will use it in ram_init_bitmaps() to clear the allocated bitmaps when support for error reporting is added to memory_global_dirty_log_start(). Signed-off-by: Cédric Le Goater --- migration/ram.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/migrat