summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2023-03-08 11:59:39 +0100
committerMichal Privoznik <mprivozn@redhat.com>2023-03-15 12:47:14 +0100
commit902ab2a29b2e865efca6adb94d98c5e3eefc0a1e (patch)
tree2946bb681892d8d7eedc067f001a71efe849d7c7 /NEWS.rst
parentc4b176567b5000da1fe22ecaa9afe4b8ad4b6837 (diff)
downloadlibvirt-902ab2a29b2e865efca6adb94d98c5e3eefc0a1e.tar.gz
NEWS: Document recent thread-context bug fix
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Kristina Hanicova <khanicov@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst7
1 files changed, 7 insertions, 0 deletions
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)
===================