Re: [PATCH v2 03/13] ram.c: Dont change param->block in the compress thread

2023-04-20 Thread Juan Quintela
Lukas Straub wrote: > Instead introduce a extra parameter to trigger the compress thread. > Now, when the compress thread is done, we know what RAMBlock and > offset it did compress. > > This will be used in the next commits to move save_page_header() > out of compress code. > > Signed-off-by: Luk

[PATCH v2 03/13] ram.c: Dont change param->block in the compress thread

2023-04-20 Thread Lukas Straub
Instead introduce a extra parameter to trigger the compress thread. Now, when the compress thread is done, we know what RAMBlock and offset it did compress. This will be used in the next commits to move save_page_header() out of compress code. Signed-off-by: Lukas Straub --- migration/ram.c | 6