On Tue, Feb 21, 2023 at 17:23:01 +0100, Pavel Hrdina wrote:
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
NEWS.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index 4625a838f8..682b8f9eb2 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -52,6 +52,13 @@ v9.1.0 (unreleased)
watchdog that did not fire before will now fire once used. To switch to the
previous behavior the watchdog action must be set to ``none``.
+ * QEMU: fix deleting memory snapshot when deleting external snapshots
+
+ When external snapshot deletion was introduced it did not remove memory
+ snapshot when it existed. In addition when external memory only snapshot
+ was created libvirt failed without producing any error. Now both issues
+ are fixed and memory snapshot file is properly deleted.
You can drop the last sentence. The title implies that you've fixed it.
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>