[libvirt] [PATCH v4 0/2] persistent live migration with specified XML

Dmitry Andreev dandreev at virtuozzo.com
Wed Mar 30 12:08:11 UTC 2016


ping

On 17.03.2016 19:31, Dmitry Andreev wrote:
> v4: wrong param name in commit msg
>
> v3:
>   - use shorter name for param and rename args
>   - move qemuMigrationCookieAddPersistent out from
>     qemuMigrationBakeCookie
>   - rebase to master
>
> v2: reimplemented with new migration param
>
> Libvirt doesn't allow to specify destination persistent domain
> configuration. VIR_MIGRATE_PARAM_DEST_XML migration param is used for
> active configuration and persistent configuration is taken from source
> domain. The problem is mentioned in this bug:
> https://bugzilla.redhat.com/show_bug.cgi?id=835300
>
> This patch-set introduces new migration param VIR_MIGRATE_PARAM_PERSIST_XML
> and implements its support in qemu driver.
>
> Dmitry Andreev (2):
>    qemuMigrationCookieAddPersistent: move it out and change argument type
>    qemu: migration: new migration param for persistent destination XML
>
>   include/libvirt/libvirt-domain.h | 15 ++++++++++
>   src/qemu/qemu_driver.c           | 12 +++++---
>   src/qemu/qemu_migration.c        | 64 ++++++++++++++++++++++++----------------
>   src/qemu/qemu_migration.h        |  2 ++
>   4 files changed, 63 insertions(+), 30 deletions(-)
>




More information about the libvir-list mailing list