From: Pavel Hrdina Date: Wed, 6 Sep 2023 12:49:08 +0000 (+0200) Subject: NEWS: document support for reverting external snapshots X-Git-Tag: v9.9.0-rc1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d448eccf697e1995da68a7ddac99e6414be6aef0;p=thirdparty%2Flibvirt.git NEWS: document support for reverting external snapshots Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa --- diff --git a/NEWS.rst b/NEWS.rst index d04090d43d..fbdd9674a3 100644 --- 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 ```` element within the list of + guest features to see if the current libvirt supports both deleting + and reverting external snapshots. + * **Improvements** * **Bug fixes**