[libvirt] [PATCH v2 08/25] backup: Parse and output backup XML

Daniel P. Berrangé berrange at redhat.com
Wed Dec 4 10:50:56 UTC 2019


On Tue, Dec 03, 2019 at 06:17:30PM +0100, Peter Krempa wrote:
> From: Eric Blake <eblake at redhat.com>
> 
> 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 <eblake at redhat.com>
> ---
>  po/POTFILES.in           |   1 +
>  src/conf/Makefile.inc.am |   2 +
>  src/conf/backup_conf.c   | 499 +++++++++++++++++++++++++++++++++++++++
>  src/conf/backup_conf.h   | 101 ++++++++
>  src/conf/virconftypes.h  |   3 +
>  src/libvirt_private.syms |   8 +
>  6 files changed, 614 insertions(+)
>  create mode 100644 src/conf/backup_conf.c
>  create mode 100644 src/conf/backup_conf.h

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list