Re: [PATCH v6 1/4] migration: introduce 'background-snapshot' migration capability

2020-12-10 Thread Markus Armbruster
Andrey Gruzdev via writes: > Add new capability to 'qapi/migration.json' schema. > Update migrate_caps_check() to validate enabled capability set > against introduced one. Perform checks for required kernel features > and compatibility with guest memory backends. > > Signed-off-by: Andrey Gruzdev

[PATCH v6 1/4] migration: introduce 'background-snapshot' migration capability

2020-12-09 Thread Andrey Gruzdev via
Add new capability to 'qapi/migration.json' schema. Update migrate_caps_check() to validate enabled capability set against introduced one. Perform checks for required kernel features and compatibility with guest memory backends. Signed-off-by: Andrey Gruzdev Reviewed-by: Peter Xu --- migration/