From d448eccf697e1995da68a7ddac99e6414be6aef0 Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Wed, 6 Sep 2023 14:49:08 +0200 Subject: [PATCH] NEWS: document support for reverting external snapshots Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa --- NEWS.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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**