]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document crasher fix in qemuDomainCheckCPU
authorJiri Denemark <jdenemar@redhat.com>
Thu, 27 Feb 2025 15:09:45 +0000 (16:09 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 28 Feb 2025 09:41:22 +0000 (10:41 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index ee4eac183e02a924308c25b36cd0668cf51ba1ae..cf16d894f61137af585ee15df7c0a7cfab56490c 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -85,6 +85,13 @@ v11.1.0 (unreleased)
     adds corresponding devices into a per-domain profile so that AppArmor does
     not deny QEMU access to them.
 
+  * qemu: Fix crash when starting a domain on a host with unknown host CPU
+
+    On hosts where we cannot detect a host CPU model (mostly aarch64 hosts)
+    starting a domain with a custom CPU model caused a crash of virtqemud.
+
+    The bug was introduced in libvirt-10.9.0
+
 
 v11.0.0 (2025-01-15)
 ====================