Re: [libvirt] [PATCH v2 04/11] snapshot: Add virDomainSnapshotObjListFormat

2019-02-27 Thread John Ferlan
On 2/23/19 4:24 PM, Eric Blake wrote: > Add a new function to output all of the domain's snapshots in one > buffer. > > Signed-off-by: Eric Blake > --- > src/conf/snapshot_conf.h | 8 +++- > src/conf/snapshot_conf.c | 39 +++ > src/libvirt_private.syms

[libvirt] [PATCH v2 04/11] snapshot: Add virDomainSnapshotObjListFormat

2019-02-23 Thread Eric Blake
Add a new function to output all of the domain's snapshots in one buffer. Signed-off-by: Eric Blake --- src/conf/snapshot_conf.h | 8 +++- src/conf/snapshot_conf.c | 39 +++ src/libvirt_private.syms | 1 + 3 files changed, 47 insertions(+), 1 deletion(-)