Re: [libvirt] [PATCH] Allow setting migration max downtime any time

2014-09-30 Thread Jiri Denemark
On Mon, Sep 29, 2014 at 13:45:28 +, chris.a.st.pie...@gmail.com wrote: From: Chris St. Pierre chris.a.st.pie...@gmail.com This removes the artificial and unnecessary restriction that virDomainSetMaxDowntime() only be called while a migration is in progress. --- src/qemu/qemu_driver.c

[libvirt] [PATCH] Allow setting migration max downtime any time

2014-09-29 Thread chris . a . st . pierre
From: Chris St. Pierre chris.a.st.pie...@gmail.com This removes the artificial and unnecessary restriction that virDomainSetMaxDowntime() only be called while a migration is in progress. --- src/qemu/qemu_driver.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/src/qemu/qemu_driver.c