From: Michal Privoznik Date: Wed, 8 Mar 2023 10:59:39 +0000 (+0100) Subject: NEWS: Document recent thread-context bug fix X-Git-Tag: v9.2.0-rc1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902ab2a29b2e865efca6adb94d98c5e3eefc0a1e;p=thirdparty%2Flibvirt.git NEWS: Document recent thread-context bug fix Signed-off-by: Michal Privoznik Reviewed-by: Kristina Hanicova Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index b60a65a799..c187d35d3b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -53,6 +53,13 @@ v9.2.0 (unreleased) Due to a logic bug introduced in libvirt 9.0.0, VM configurations explicitly enabling the HPET timer were rejected. + * qemu: Fix thread-context .host-nodes generation + + With new enough QEMU, libvirt instructs QEMU to set affinity of memory + allocation threads. But this may have resulted in QEMU being unable to do + so, as affinity to NUMA nodes inaccessible to emulator thread might have + been requested. + v9.1.0 (2023-03-01) ===================