Re: [libvirt] [PATCH v2 09/73] qemu: Drop qemuMigrationParamsClear

2018-04-15 Thread Ján Tomko
On Wed, Apr 11, 2018 at 04:40:59PM +0200, Jiri Denemark wrote: It's no longer used since we do not store the struct on a stack anymore. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration_params.c | 12 +--- src/qemu/qemu_migration_params.h | 3 --- 2 files changed, 1 insertion(+),

[libvirt] [PATCH v2 09/73] qemu: Drop qemuMigrationParamsClear

2018-04-11 Thread Jiri Denemark
It's no longer used since we do not store the struct on a stack anymore. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration_params.c | 12 +--- src/qemu/qemu_migration_params.h | 3 --- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/src/qemu/qemu_migration_params.c