On 10/04/2017 07:42 AM, Peter Krempa wrote:
qemuMigrationPrepareAny called multiple of the functions starting
the
qemu process for incomming migration by adding the flags explicitly.
incoming
Extract them to a variable so that they can be easily used for other
calls or changed in the future.
---
src/qemu/qemu_migration.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John