Daniel P. Berrange wrote:
>> +void qemuMonitorMigrateCancel(const virDomainObjPtr vm)
>> +{
>> +    char *info = NULL;
>> +    qemuMonitorCommand(vm, "migrate cancel", &info);
>> +    VIR_FREE(info);
>> +}
> 
> An error status return value for this last one.... Aside from
> that it looks good

I added some error checking here and pushed this patch, thanks.

-- 
Chris Lalancette

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to