Re: [libvirt] [PATCH 3/3] Wire up virDomainMigrateSetSpeed into QEMU driver

2011-03-22 Thread Daniel P. Berrange
On Mon, Mar 21, 2011 at 12:07:12PM -0600, Eric Blake wrote: On 03/21/2011 10:13 AM, Daniel P. Berrange wrote: Enhance the QEMU migration monitoring loop, so that it can get a signal to change migration speed on the fly * src/qemu/qemu_domain.h: Add signal for changing speed on the fly

[libvirt] [PATCH 3/3] Wire up virDomainMigrateSetSpeed into QEMU driver

2011-03-21 Thread Daniel P. Berrange
Enhance the QEMU migration monitoring loop, so that it can get a signal to change migration speed on the fly * src/qemu/qemu_domain.h: Add signal for changing speed on the fly * src/qemu/qemu_driver.c: Wire up virDomainMigrateSetSpeed driver * src/qemu/qemu_migration.c: Support signal for

Re: [libvirt] [PATCH 3/3] Wire up virDomainMigrateSetSpeed into QEMU driver

2011-03-21 Thread Eric Blake
On 03/21/2011 10:13 AM, Daniel P. Berrange wrote: Enhance the QEMU migration monitoring loop, so that it can get a signal to change migration speed on the fly * src/qemu/qemu_domain.h: Add signal for changing speed on the fly * src/qemu/qemu_driver.c: Wire up virDomainMigrateSetSpeed driver