Re: [PATCH 3/6] migration: Add no-ram capability

2021-12-28 Thread Vladimir Sementsov-Ogievskiy
24.12.2021 14:11, Nikita Lapshin wrote: This capability disable RAM section in migration stream. Signed-off-by: Nikita Lapshin Probably we need some checks that new capability is not used together with ram-related capabilities, but that could be a separate patch. Reviewed-by: Vladimir Semen

[PATCH 3/6] migration: Add no-ram capability

2021-12-24 Thread Nikita Lapshin
This capability disable RAM section in migration stream. Signed-off-by: Nikita Lapshin --- migration/migration.c | 9 + migration/migration.h | 1 + migration/ram.c | 6 ++ qapi/migration.json | 8 +--- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/migra