[libvirt] [PATCH v3 1/7] qemu migration: factor out setting migration option

Jiri Denemark jdenemar at redhat.com
Thu Feb 4 15:45:20 UTC 2016


On Thu, Jan 28, 2016 at 10:04:27 +0300, Nikolay Shirokovskiy wrote:
> Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy at virtuozzo.com>
> ---
>  src/qemu/qemu_migration.c | 138 ++++++++++------------------------------------
>  1 file changed, 28 insertions(+), 110 deletions(-)
> 
> diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c
> index 51e7125..a6412ce 100644
> --- a/src/qemu/qemu_migration.c
> +++ b/src/qemu/qemu_migration.c
...
> @@ -2489,7 +2402,7 @@ qemuMigrationSetPinAll(virQEMUDriverPtr driver,
>  
>      ret = qemuMonitorSetMigrationCapability(
>                  priv->mon,
> -                QEMU_MONITOR_MIGRATION_CAPS_RDMA_PIN_ALL,
> +                capability,
>                  state);

All the arguments will fit on a single line now.

ACK and pushed since this patch is nice to have independently of the
rest of this series.

Jirka




More information about the libvir-list mailing list