[libvirt] [PATCH v2 37/73] qemu: Drop qemuMigrationParamsSetPostCopy

2018-04-15 Thread Jiri Denemark
It's just a tiny wrapper around qemuMigrationParamsSetCapability and setting priv->job.postcopyEnabled is not something qemuMigrationParams code should be doing anyway so let the callers do it. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration.c| 16

Re: [libvirt] [PATCH v2 37/73] qemu: Drop qemuMigrationParamsSetPostCopy

2018-04-13 Thread Ján Tomko
On Wed, Apr 11, 2018 at 04:41:27PM +0200, Jiri Denemark wrote: It's just a tiny wrapper around qemuMigrationParamsSetCapability and setting priv->job.postcopyEnabled is not something qemuMigrationParams code should be doing anyway so let the callers do it. Signed-off-by: Jiri Denemark