[libvirt] [PATCH v3] virsh: add support for domain XML validation

Jiri Denemark jdenemar at redhat.com
Fri Jan 16 10:25:40 UTC 2015


On Thu, Jan 15, 2015 at 16:52:57 +0000, Daniel Berrange wrote:
> The 'virsh edit' command gets XML validation enabled by default,
> with a --skip-validate option to disable it. The 'virsh define'
> and 'virsh create' commands get a --validate option to enable
> it, to avoid regressions for existing scripts.
> 
> The quality of error reporting from libxml2 varies depending
> on the type of XML error made. Sometimes it is quite clear
> and useful, other times it is obscure & inaccurate. At least
> the user will see an error now, rather than having their
> XML modification silently disappear.
> ---
>  tools/virsh-domain.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++-----
>  1 file changed, 52 insertions(+), 5 deletions(-)

ACK

Jirka




More information about the libvir-list mailing list