Re: [libvirt] [PATCH 1/9] Extend v3 migration protocol to allow app supplied XML for target

2011-05-25 Thread Matthias Bolte
2011/5/24 Daniel P. Berrange : > This extends the v3 migration protocol such that the > virDomainMigrateBegin3 and virDomainMigratePerform3 > methods accept an application supplied XML config for > the target VM. > > If the 'xmlin' parameter is NULL, then Begin3 uses the > current guest XML as norm

[libvirt] [PATCH 1/9] Extend v3 migration protocol to allow app supplied XML for target

2011-05-24 Thread Daniel P. Berrange
This extends the v3 migration protocol such that the virDomainMigrateBegin3 and virDomainMigratePerform3 methods accept an application supplied XML config for the target VM. If the 'xmlin' parameter is NULL, then Begin3 uses the current guest XML as normal. A driver implementing the Begin3 method