Re: [PATCH v2 1/6] ram: Add public helper to set colo bitmap

2023-05-09 Thread Juan Quintela
Lukas Straub wrote: > The overhead of the mutex in non-multifd mode is negligible, > because in that case its just the single thread taking the mutex. > > This will be used in the next commits to add colo support to multifd. > > Signed-off-by: Lukas Straub Reviewed-by: Juan Quintela queued.

[PATCH v2 1/6] ram: Add public helper to set colo bitmap

2023-05-08 Thread Lukas Straub
The overhead of the mutex in non-multifd mode is negligible, because in that case its just the single thread taking the mutex. This will be used in the next commits to add colo support to multifd. Signed-off-by: Lukas Straub --- migration/ram.c | 17 ++--- migration/ram.h | 1 + 2