On 17.02.2015 08:52, Tony Breeds wrote:
On Mon, Feb 16, 2015 at 11:34:51AM +0100, Michal Privoznik wrote:
> On 16.02.2015 11:16, Daniel P. Berrange wrote:
>>
>> This doesn't really belong in the XML. The XML configs are for controlling
>> the guest configuration, not functional behaviour of the APIs. So we need
>> to fit any neccessary information into the migration API parameters instead,
>> or define a new migration API for it. At minimum we just want a list of
>> disks to be migrated.
>
> We have a migrate API that takes an array of virTypedParameter. We can
> use that to let users pass a list of disks to migrate.
Thanks I'll look at adding that to the API.
Oh, I forgot to paste the API name: virDomainMigrate3
Michal