Re: [libvirt] [PATCH v2 26/73] qemu: Set migration caps via migration params APIs

2018-04-15 Thread Ján Tomko
On Wed, Apr 11, 2018 at 04:41:16PM +0200, Jiri Denemark wrote: Migration capabilities are closely related to migration parameters and it makes sense to keep them in a single data structure. Similarly to migration parameters the capabilities are all send to QEMU at once in qemuMigrationParamsApply

[libvirt] [PATCH v2 26/73] qemu: Set migration caps via migration params APIs

2018-04-11 Thread Jiri Denemark
Migration capabilities are closely related to migration parameters and it makes sense to keep them in a single data structure. Similarly to migration parameters the capabilities are all send to QEMU at once in qemuMigrationParamsApply, all other APIs operate on the qemuMigrationParams structure. S