Re: [libvirt] [PATCH] Various monitor improvements for migration.

2009-10-01 Thread Chris Lalancette
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 ad

Re: [libvirt] [PATCH] Various monitor improvements for migration.

2009-09-30 Thread Daniel P. Berrange
On Wed, Sep 30, 2009 at 03:38:45PM +0200, Chris Lalancette wrote: > The upcoming tunnelled migration needs to be able to set > a migration in progress in the background, as well as > be able to cancel a migration when a problem has happened. > This patch allows for both of these to properly work. >

[libvirt] [PATCH] Various monitor improvements for migration.

2009-09-30 Thread Chris Lalancette
The upcoming tunnelled migration needs to be able to set a migration in progress in the background, as well as be able to cancel a migration when a problem has happened. This patch allows for both of these to properly work. Signed-off-by: Chris Lalancette --- src/qemu/qemu_driver.c |8