1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00

NEWS: document support for external snapshot deletion

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Pavel Hrdina 2022-12-07 17:25:57 +01:00
parent 8702898569
commit 8858a3cc35

View File

@ -17,6 +17,12 @@ v9.0.0 (unreleased)
* **New features** * **New features**
* QEMU: implement external snapshot deletion
External snapshot deletion is now possible using the existing API
``virDomainSnapshotDelete()``. Flags that allow deleting children
or children only are not supported.
* **Improvements** * **Improvements**
* qemu: Prefer PNG for domain screenshots * qemu: Prefer PNG for domain screenshots