From: Han Han Date: Wed, 31 Jul 2019 03:57:41 +0000 (+0800) Subject: news: Allow XML validation for snapshot creation X-Git-Tag: v5.6.0-rc2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18eb0843d91880c695f803b533e7cc94dfc3ee71;p=thirdparty%2Flibvirt.git news: Allow XML validation for snapshot creation Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- diff --git a/docs/news.xml b/docs/news.xml index 1134309ec2..6d6cde6bf7 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -76,6 +76,16 @@
+ + + qemu: Allow to validate XML for snapshot creation + + + Add flag VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE to validate + snapshot input XML. For virsh, users can use it as virsh + snapshot-create --validate. + +