[PATCH 3/5] ram compress: Refactor ram compression functions

2023-10-19 Thread Yuan Liu
Refactor legacy RAM compression functions to support both IAA compression and CPU compression. Signed-off-by: Yuan Liu Reviewed-by: Nanhai Zou --- migration/migration.c| 6 +-- migration/ram-compress.c | 81 migration/ram-compress.h | 10 ++--- migr

Re: [PATCH 3/5] ram compress: Refactor ram compression functions

2023-10-19 Thread Juan Quintela
Yuan Liu wrote: > Refactor legacy RAM compression functions to support both IAA > compression and CPU compression. > > Signed-off-by: Yuan Liu > Reviewed-by: Nanhai Zou Cmopression code is declared obsolete (see patches on list). I don't think it is a good idea that you put things there. And h