Re: [PATCH v9 1/5] migration: introduce 'background-snapshot' migration capability

2020-12-17 Thread Andrey Gruzdev
On 17.12.2020 19:29, Markus Armbruster wrote: 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 ba

Re: [PATCH v9 1/5] migration: introduce 'background-snapshot' migration capability

2020-12-17 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 v9 1/5] migration: introduce 'background-snapshot' migration capability

2020-12-17 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/