From: Jiri Denemark Date: Thu, 27 Feb 2025 15:09:45 +0000 (+0100) Subject: NEWS: Document crasher fix in qemuDomainCheckCPU X-Git-Tag: v11.1.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=538b50f0c96848f5be62ec4a92ce53801f863942;p=thirdparty%2Flibvirt.git NEWS: Document crasher fix in qemuDomainCheckCPU Signed-off-by: Jiri Denemark Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index ee4eac183e..cf16d894f6 100644 --- 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) ====================