From 3ad7c2e6104b670c2941fd43bb96bc7a10b77031 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 13 Mar 2019 20:08:50 -0500 Subject: [PATCH] news: Document recent snapshot topological flag A new API flag is news-worthy. Signed-off-by: Eric Blake Reviewed-by: Martin Kletzander --- docs/news.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. + +