]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Document recent snapshot topological flag
authorEric Blake <eblake@redhat.com>
Thu, 14 Mar 2019 01:08:50 +0000 (20:08 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 14 Mar 2019 12:46:43 +0000 (07:46 -0500)
A new API flag is news-worthy.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
docs/news.xml

index 896700fa972b77560450a5d959505cb90443e7f4..cc07b5dd0a4f0bff5005247378f15da303362d59 100644 (file)
           chooses.
         </description>
       </change>
+      <change>
+        <summary>
+          snapshots: Add support for topological listings
+        </summary>
+        <description>
+          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.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
     </section>