Re: [libvirt] [PATCH v2 06/11] snapshot: Add virDomainSnapshotDefParseList

2019-02-27 Thread John Ferlan
On 2/23/19 4:24 PM, Eric Blake wrote: > Add a new function to make it possible to parse a list of snapshots > at once. This is a counterpart to the previous patch making it > possible to produce all snapshots in a single XML string, and > intentionally parses the same top-level element with >

[libvirt] [PATCH v2 06/11] snapshot: Add virDomainSnapshotDefParseList

2019-02-23 Thread Eric Blake
Add a new function to make it possible to parse a list of snapshots at once. This is a counterpart to the previous patch making it possible to produce all snapshots in a single XML string, and intentionally parses the same top-level element with an optional attribute current='name'. Note that ex