Re: [libvirt] [PATCH v9 04/13] backup: Parse and output checkpoint XML

2019-07-17 Thread Eric Blake
On 7/8/19 7:06 AM, Peter Krempa wrote: > On Sat, Jul 06, 2019 at 22:56:04 -0500, Eric Blake wrote: >> Add a new file checkpoint_conf.c that performs the translation to and >> from new XML describing a checkpoint. The code shares a common base >> class with snapshots, since a checkpoint similarly

Re: [libvirt] [PATCH v9 04/13] backup: Parse and output checkpoint XML

2019-07-08 Thread Peter Krempa
On Sat, Jul 06, 2019 at 22:56:04 -0500, Eric Blake wrote: > Add a new file checkpoint_conf.c that performs the translation to and > from new XML describing a checkpoint. The code shares a common base > class with snapshots, since a checkpoint similarly represents the > domain state at a moment in

[libvirt] [PATCH v9 04/13] backup: Parse and output checkpoint XML

2019-07-06 Thread Eric Blake
Add a new file checkpoint_conf.c that performs the translation to and from new XML describing a checkpoint. The code shares a common base class with snapshots, since a checkpoint similarly represents the domain state at a moment in time. Add some basic testing of round trip XML handling through