Re: [libvirt] [PATCH v3 1/3] Add virDomainMigrateGetMaxDowntime public API

2017-08-14 Thread John Ferlan
On 07/28/2017 10:57 AM, Scott Garfinkle wrote: > From: Scott Garfinkle > Since you'll be updating anyway from your regular email (e.g. non lotus notes account)... Add a brief commit message here. It can be as simple as introduce the xxx API in order to allow fetching the current downtime value

[libvirt] [PATCH v3 1/3] Add virDomainMigrateGetMaxDowntime public API

2017-07-28 Thread Scott Garfinkle
From: Scott Garfinkle --- include/libvirt/libvirt-domain.h | 4 src/driver-hypervisor.h | 6 ++ src/libvirt-domain.c | 45 src/libvirt_public.syms | 4 4 files changed, 59 insertions(+) diff --git a/include/