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
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