]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Mention latency histogram support and (managed) save fixes
authorPeter Krempa <pkrempa@redhat.com>
Mon, 2 Mar 2026 08:46:28 +0000 (09:46 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 2 Mar 2026 08:57:33 +0000 (09:57 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 8597febe289989564e1a06b847099183674da47e..800c4acb59b990308e84a90f70a3311768e46b66 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -59,6 +59,11 @@ v12.1.0 (unreleased)
     Additionally, the ``domainGetVcpuPinInfo`` API is implemented for
     querying vCPU pinning information.
 
+  * qemu: Support block operation latency histograms
+
+    Libvirt now allows configuring qemu's block latency histogram collection
+    as well as returns them via the bulk stats API.
+
 * **Improvements**
 
   * Introduce granule attribute for virtio-iommu
@@ -117,6 +122,12 @@ v12.1.0 (unreleased)
 
   * bhyve: hyperv: Various memory leak fixes
 
+  * qemu: Fix failures when restoring save/managed-save images with upcoming qemu versions
+
+    Current git version of qemu would return an error when attempting to load
+    an existing (managed) save image as we relied on deprecated features that
+    were now removed.
+
 
 v12.0.0 (2026-01-15)
 ====================