Re: [libvirt] [PATCH v4 2/4] qemu: Implement virDomainMigrateGetMaxDowntime

2017-08-22 Thread John Ferlan
On 08/17/2017 06:17 PM, Scott Garfinkle wrote: > Add code to support querying maximum allowable downtime during live migration. > --- > src/qemu/qemu_driver.c | 58 > > src/qemu/qemu_monitor.h | 3 +++ > src/qemu/qemu_monitor_json.c | 4

[libvirt] [PATCH v4 2/4] qemu: Implement virDomainMigrateGetMaxDowntime

2017-08-17 Thread Scott Garfinkle
Add code to support querying maximum allowable downtime during live migration. --- src/qemu/qemu_driver.c | 58 src/qemu/qemu_monitor.h | 3 +++ src/qemu/qemu_monitor_json.c | 4 +++ src/remote/remote_driver.c | 1 +