Re: [PATCH 8/8] qemu: Properly reset all migration capabilities

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Apr 05, 2017 at 15:10:03 +0200, Jiri Denemark wrote:
> So far only QEMU_MONITOR_MIGRATION_CAPS_POSTCOPY was reset, but only in
> a single code path leaving post-copy enabled in quite a few cases.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1425003
> 
> Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx>
> ---
>  src/qemu/qemu_migration.c | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c
> index cc3e58c16..1feb320b8 100644
> --- a/src/qemu/qemu_migration.c
> +++ b/src/qemu/qemu_migration.c
> @@ -5342,9 +5342,6 @@ qemuMigrationFinish(virQEMUDriverPtr driver,
>           */
>          if (inPostCopy)
>              VIR_FREE(priv->job.completed);
> -
> -        qemuMigrationSetPostCopy(driver, vm, false,
> -                                 QEMU_ASYNC_JOB_MIGRATION_IN);
>      }
>  
>      qemuMigrationReset(driver, vm, QEMU_ASYNC_JOB_MIGRATION_IN);
> @@ -5873,9 +5870,16 @@ qemuMigrationReset(virQEMUDriverPtr driver,
>                     virDomainObjPtr vm,
>                     qemuDomainAsyncJob job)
>  {
> +    qemuMonitorMigrationCaps cap;
> +
>      if (!virDomainObjIsActive(vm))
>          return;
>  
>      if (qemuMigrationResetTLS(driver, vm, job) < 0)
>          return;
> +
> +    for (cap = 0; cap < QEMU_MONITOR_MIGRATION_CAPS_LAST; cap++) {
> +        if (qemuMigrationSetOption(driver, vm, cap, false, job) < 0)

Well, this allways queries whether the capability is supported ... 

> +            return;
> +    }
>  }

ACK

Attachment: signature.asc
Description: PGP signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]
  Powered by Linux