From: Pavel Hrdina Date: Wed, 7 Dec 2022 16:25:57 +0000 (+0100) Subject: NEWS: document support for external snapshot deletion X-Git-Tag: v9.0.0-rc1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8858a3cc35a83013112f6fd9503c7d5077a1c530;p=thirdparty%2Flibvirt.git NEWS: document support for external snapshot deletion Signed-off-by: Pavel Hrdina Reviewed-by: Peter Krempa --- diff --git a/NEWS.rst b/NEWS.rst index 39f508a6ce..fecca64344 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,12 @@ v9.0.0 (unreleased) * **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** * qemu: Prefer PNG for domain screenshots