]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: document support for reverting external snapshots
authorPavel Hrdina <phrdina@redhat.com>
Wed, 6 Sep 2023 12:49:08 +0000 (14:49 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 9 Oct 2023 13:07:03 +0000 (15:07 +0200)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
NEWS.rst

index d04090d43d5fba46274392eacfccf26fa70548eb..fbdd9674a3290f409a625c8be7198c123cceb7b3 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,14 @@ v9.9.0 (unreleased)
 
 * **New features**
 
+  * QEMU: implement reverting external snapshots
+
+    Reverting external snapshots is now possible using the existing API
+    ``virDomainSnapshotRevert()``. Management application can check host
+    capabilities for ``<externalSnapshot/>`` element within the list of
+    guest features to see if the current libvirt supports both deleting
+    and reverting external snapshots.
+
 * **Improvements**
 
 * **Bug fixes**