On Mon, Jan 08, 2024 at 20:26:10 +0100, Andrea Bolognani wrote:
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
NEWS.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index dc40602c72..b9e8f11aed 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,12 @@ v10.0.0 (unreleased)
* **New features**
+ * qemu: Support clusters in CPU topology
+
+ It is now possible to configure the guest CPU topology to use clusters.
+ Additionally, if CPU clusters are present in the host topology, they will
+ be reported as part of the capabilities XML.
+
Don't forget to check for the proper placement after rebase.
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>