
1 Oct
2009
1 Oct
'09
1:24 p.m.
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