]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Allow custom XML to be passed in during migration
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 27 May 2011 10:30:26 +0000 (11:30 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 31 May 2011 11:14:57 +0000 (12:14 +0100)
commit44924615ced9d7469db962d5a9573858e7b0c168
tree4ed0a0301cef73309c8fe080a5185a8d22e24ad4
parentec5301cb85eea2a032ea2f0637dd0adb6940486f
Allow custom XML to be passed in during migration

Update the qemuDomainMigrateBegin method so that it accepts
an optional incoming XML document. This will be validated
for ABI compatibility against the current domain config,
and if this check passes, will be passed back out for use
by the qemuDomainMigratePrepare method on the target

* src/qemu/qemu_domain.c, src/qemu/qemu_domain.h,
  src/qemu/qemu_migration.c: Allow custom XML to be passed
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_migration.c