summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2023-02-21 17:19:13 +0100
committerPavel Hrdina <phrdina@redhat.com>2023-02-21 18:27:22 +0100
commit9445a8e398b3ee099ce2a6e3dfa8e13f74b99095 (patch)
tree5d7cc6bb591dd7bf610eaa09160b5754d19fb9fb /NEWS.rst
parente3957c22462bc52c37c94ca4d6fe3d26f8202119 (diff)
downloadlibvirt-9445a8e398b3ee099ce2a6e3dfa8e13f74b99095.tar.gz
NEWS: document external memory snapshot bug fixes
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 0302b4f0e1..1180d75310 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -57,6 +57,12 @@ 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.
+
v9.0.0 (2023-01-16)
===================