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

Dmitry Andreev dandreev at virtuozzo.com
Fri Mar 11 15:13:38 UTC 2016


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_DEST_PERSIST_XML
and implements its support in qemu driver.

Dmitry Andreev (2):
  qemuMigrationCookieAddPersistent: change argument type
  qemu: migration: new migration param for persistent destination XML

 include/libvirt/libvirt-domain.h | 15 ++++++++++
 src/qemu/qemu_driver.c           | 10 +++++--
 src/qemu/qemu_migration.c        | 62 ++++++++++++++++++++++++++--------------
 src/qemu/qemu_migration.h        |  2 ++
 4 files changed, 65 insertions(+), 24 deletions(-)

-- 
1.8.3.1




More information about the libvir-list mailing list