Re: [libvirt] [PATCH v3 10/18] snapshot: Split out virDomainSnapshotRedefineValidate helper

2019-03-07 Thread John Ferlan
On 3/4/19 10:34 PM, Eric Blake wrote: > Pull out the portion of virDomainSnapshotRefinePrep() that deals > with definition sanity into a separate helper routine that can > be reused with bulk redefine, leaving behind only the code > specific to loop checking and in-place updates that are only >

[libvirt] [PATCH v3 10/18] snapshot: Split out virDomainSnapshotRedefineValidate helper

2019-03-04 Thread Eric Blake
Pull out the portion of virDomainSnapshotRefinePrep() that deals with definition sanity into a separate helper routine that can be reused with bulk redefine, leaving behind only the code specific to loop checking and in-place updates that are only needed in single-definition handling. Signed-off-b