Re: [libvirt] [PATCH 03/68] qemu: Rename qemuMigrationParams

2018-04-06 Thread Ján Tomko
On Wed, Apr 04, 2018 at 04:40:52PM +0200, Jiri Denemark wrote: The function is now called qemuMigrationParamsFromFlags to better reflect what it is doing: taking migration flags and params and producing a struct with QEMU migration parameters. Signed-off-by: Jiri Denemark

[libvirt] [PATCH 03/68] qemu: Rename qemuMigrationParams

2018-04-04 Thread Jiri Denemark
The function is now called qemuMigrationParamsFromFlags to better reflect what it is doing: taking migration flags and params and producing a struct with QEMU migration parameters. Signed-off-by: Jiri Denemark --- src/qemu/qemu_driver.c| 2 +- src/qemu/qemu_migration.c