]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document recent thread-context bug fix
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 8 Mar 2023 10:59:39 +0000 (11:59 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Mar 2023 11:47:14 +0000 (12:47 +0100)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index b60a65a799179385c8c2769e985df7e5f6089c00..c187d35d3bc2b8828392a493feaa39578d9b0e62 100644 (file)
--- 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)
 ===================