NEWS: document support for reverting external snapshots

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Pavel Hrdina 2023-09-06 14:49:08 +02:00
parent b5becaea31
commit d448eccf69

View File

@ -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**