From 538b50f0c96848f5be62ec4a92ce53801f863942 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Thu, 27 Feb 2025 16:09:45 +0100 Subject: [PATCH] NEWS: Document crasher fix in qemuDomainCheckCPU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jiri Denemark Reviewed-by: Ján Tomko --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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) ====================