From: Eric Blake Date: Thu, 14 Mar 2019 01:08:50 +0000 (-0500) Subject: news: Document recent snapshot topological flag X-Git-Tag: v5.2.0-rc1~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad7c2e6104b670c2941fd43bb96bc7a10b77031;p=thirdparty%2Flibvirt.git news: Document recent snapshot topological flag A new API flag is news-worthy. Signed-off-by: Eric Blake Reviewed-by: Martin Kletzander --- diff --git a/docs/news.xml b/docs/news.xml index 896700fa97..cc07b5dd0a 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -82,6 +82,18 @@ chooses. + + + snapshots: Add support for topological listings + + + A new flag VIR_DOMAIN_SNAPSHOT_LIST_TOPOLOGICAL is available + for the various snapshot listing APIs such as + virDomainListAllSnapshots(). For drivers that support the + flag, the listed snapshots are guaranteed to be sorted such + that parents occur before children. + +