Re: [libvirt] [PATCH 3/8] snapshot: Add internal option to validate XML against schema

2019-07-08 Thread Peter Krempa
On Fri, Jul 05, 2019 at 23:37:30 -0500, Eric Blake wrote: > Similar to VIR_DOMAIN_DEF_PARSE_VALIDATE_SCHEMA; for now used only by > the testsuite, but will be exposed in the public API in the next > patch. > > Signed-off-by: Eric Blake > --- > src/conf/snapshot_conf.h | 1 + >

[libvirt] [PATCH 3/8] snapshot: Add internal option to validate XML against schema

2019-07-05 Thread Eric Blake
Similar to VIR_DOMAIN_DEF_PARSE_VALIDATE_SCHEMA; for now used only by the testsuite, but will be exposed in the public API in the next patch. Signed-off-by: Eric Blake --- src/conf/snapshot_conf.h | 1 + src/conf/snapshot_conf.c | 13 +