Re: [libvirt] [PATCH v2 0/3] implement migrate-getmaxdowntime command

2017-07-24 Thread Jiri Denemark
On Mon, Jul 24, 2017 at 11:21:43 -0500, s...@us.ibm.com wrote: > > > Currently, the maximum tolerable downtime for a domain being migrated is > write-only. This patch implements a way to query that value nondestructively. > > Changes from [v1]: > > * Fixed formatting and style problems >

[libvirt] [PATCH v2 0/3] implement migrate-getmaxdowntime command

2017-07-24 Thread seg
Currently, the maximum tolerable downtime for a domain being migrated is write-only. This patch implements a way to query that value nondestructively. Changes from [v1]: * Fixed formatting and style problems * Add additional JSON error check * Better patch submission mail, I hope