Re: [libvirt] [PATCH v8 11/21] backup: Parse and output backup XML

2019-07-06 Thread Eric Blake
On 4/17/19 9:09 AM, Eric Blake wrote: > Accept XML describing a generic block job, and output it again as > needed. This may still need a few tweaks to match the documented XML > and RNG schema. > > Signed-off-by: Eric Blake > --- > +/* Align def->disks to domain. Sort the list of def->disks,

Re: [libvirt] [PATCH v8 11/21] backup: Parse and output backup XML

2019-04-25 Thread Peter Krempa
On Wed, Apr 17, 2019 at 09:09:11 -0500, Eric Blake wrote: > Accept XML describing a generic block job, and output it again as > needed. This may still need a few tweaks to match the documented XML > and RNG schema. > > Signed-off-by: Eric Blake > --- > src/conf/backup_conf.h | 97 +++ >

[libvirt] [PATCH v8 11/21] backup: Parse and output backup XML

2019-04-17 Thread Eric Blake
Accept XML describing a generic block job, and output it again as needed. This may still need a few tweaks to match the documented XML and RNG schema. Signed-off-by: Eric Blake --- src/conf/backup_conf.h | 97 +++ src/conf/virconftypes.h | 3 + src/conf/Makefile.inc.am | 2 +