Re: [libvirt] [PATCH v3 3/3] virsh: Add support for virDomainMigrateGetMaxDowntime

2017-08-14 Thread John Ferlan
On 07/28/2017 10:57 AM, Scott Garfinkle wrote: > From: Scott Garfinkle > Again no commit message. Maybe a bit more verbose here indicating what's being added. You also need a followup patch 4 to docs/news.xml to adjust the 3.7.0 docs to describe the new feature briefly. > --- > tools/virsh-

[libvirt] [PATCH v3 3/3] virsh: Add support for virDomainMigrateGetMaxDowntime

2017-07-28 Thread Scott Garfinkle
From: Scott Garfinkle --- tools/virsh-domain.c | 46 ++ tools/virsh.pod | 18 ++ 2 files changed, 64 insertions(+) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 0684979..10fdd0f 100644 --- a/tools/virsh-domain.c +