Re: [libvirt] [PATCH v2 03/11] snapshot: Refactor virDomainSnapshotDefFormat

2019-02-27 Thread John Ferlan
On 2/23/19 4:24 PM, Eric Blake wrote: > Split out an internal helper that produces format into a > virBuffer, similar to what domain_conf.c does, and making > the next patch easier to write. > > Signed-off-by: Eric Blake > --- > src/conf/snapshot_conf.c | 103 ++---

[libvirt] [PATCH v2 03/11] snapshot: Refactor virDomainSnapshotDefFormat

2019-02-23 Thread Eric Blake
Split out an internal helper that produces format into a virBuffer, similar to what domain_conf.c does, and making the next patch easier to write. Signed-off-by: Eric Blake --- src/conf/snapshot_conf.c | 103 ++- 1 file changed, 59 insertions(+), 44 deletions(