[PATCH v3 4/4] Add NEWS item for multiple memory backend support

Michael Galaxy via Devel posted 4 patches 1 month ago
[PATCH v3 4/4] Add NEWS item for multiple memory backend support
Posted by Michael Galaxy via Devel 1 month ago
From: Michael Galaxy <mgalaxy@akamai.com>

Signed-off-by: Michael Galaxy <mgalaxy@akamai.com>
---
 NEWS.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index bbd30ab3b5..c546f0757a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -25,6 +25,14 @@ v10.7.0 (unreleased)
     backed network devices. So, create new net fds and pass them via
     SCM_RIGHTS to CH during restore operation.
 
+  * qemu: memory backing directories now support NUMA
+
+    The primary use case of this is when persistent memory is used on
+    NUMA-aware systems. The setting ``memory_backing_dir`` in qemu.conf
+    now supports either an array or the original string. This allows
+    you to provide a array of locations to use that are NUMA-compatible
+    if needed.
+
 * **Bug fixes**
 
 
-- 
2.34.1