Re: [libvirt] [PATCH v2 59/73] qemu: Add support for sending capabilities in migration cookie

2018-04-13 Thread Ján Tomko
On Wed, Apr 11, 2018 at 04:41:49PM +0200, Jiri Denemark wrote: Some migration capabilities may be enabled automatically, but only if both sides of migration support them. Thus we need to be able transfer the list of supported migration capabilities in migration cookie. Signed-off-by: Jiri Denema

[libvirt] [PATCH v2 59/73] qemu: Add support for sending capabilities in migration cookie

2018-04-11 Thread Jiri Denemark
Some migration capabilities may be enabled automatically, but only if both sides of migration support them. Thus we need to be able transfer the list of supported migration capabilities in migration cookie. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c| 15 ++-- src/qemu/qe