Re: [libvirt] [PATCH v2 23/73] qemu: Rename qemuMigrationParamsSet

2018-04-13 Thread Ján Tomko
On Wed, Apr 11, 2018 at 04:41:13PM +0200, Jiri Denemark wrote: The new name is qemuMigrationParamsApply and it will soon become the only API which will send all requested migration parameters and capabilities to QEMU. All other qemuMigrationParams* APIs will just operate on the

[libvirt] [PATCH v2 23/73] qemu: Rename qemuMigrationParamsSet

2018-04-11 Thread Jiri Denemark
The new name is qemuMigrationParamsApply and it will soon become the only API which will send all requested migration parameters and capabilities to QEMU. All other qemuMigrationParams* APIs will just operate on the qemuMigrationParams structure. Signed-off-by: Jiri Denemark