Re: [libvirt] [PATCH 3/4] Allow custom XML to be passed in during migration

2011-05-31 Thread Matthias Bolte
2011/5/27 Daniel P. Berrange : > 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 qemuDomainMigrateP

[libvirt] [PATCH 3/4] Allow custom XML to be passed in during migration

2011-05-27 Thread Daniel P. Berrange
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/q