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 goodI added some error checking here and pushed this patch, thanks. -- Chris Lalancette -- Libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
