]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: mention internal snapshot changes
authorPeter Krempa <pkrempa@redhat.com>
Thu, 3 Oct 2024 13:33:31 +0000 (15:33 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Oct 2024 14:00:44 +0000 (16:00 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
NEWS.rst

index 437e032b90fc55270fc019708fcb4ca736c527d4..7f4f33c8f80b54d208dcb2857458835f26aeb49a 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,22 @@ v10.9.0 (unreleased)
 
 * **Improvements**
 
+  * qemu: internal snapshot improvements
+
+    The qemu internal snapshot handling code was updated to use modern commands
+    which avoid the problems the old ones had, preventing use of internal
+    snapshots on VMs with UEFI NVRAM. Internal snapshots of VMs using UEFI are
+    now possible provided that the NVRAM is in ``qcow2`` format.
+
+    The new code also allows better control when deleting snapshots. To prevent
+    possible regressions no strict checking is done, but in case inconsistent
+    state is encountered a log message is added::
+
+      warning : qemuSnapshotActiveInternalDeleteGetDevices:3841 : inconsistent internal snapshot state (deletion): VM='snap' snapshot='1727959843' missing='vda ' unexpected='' extra=''
+
+    Users are encouraged to report any occurence of the above message along
+    with steps they took to the upstream tracker.
+
 * **Bug fixes**