]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: add entries for specifying distance between vNUMA cells
authorJim Fehlig <jfehlig@suse.com>
Fri, 10 Nov 2017 22:01:00 +0000 (15:01 -0700)
committerJim Fehlig <jfehlig@suse.com>
Tue, 14 Nov 2017 01:35:20 +0000 (18:35 -0700)
Add two new entries under new features for 3.10.0. One
advertising support for specifying distance between vNUMA cells
and another advertising Xen's support for vNUMA configuration.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
docs/news.xml

index c7023c43b426d60eb0ea2ca10421a1072da9137d..3966710ee54d6d70f9689214f1834b5942cceb28 100644 (file)
 <libvirt>
   <release version="v3.10.0" date="unreleased">
     <section title="New features">
+      <change>
+        <summary>
+          conf: Support defining distances between virtual NUMA cells
+        </summary>
+        <description>
+          A NUMA hardware architecture supports the notion of distances
+          between NUMA cells. This can now be specified using the
+          <code>&lt;distances&gt;</code> element within the NUMA cell
+          configuration.
+        </description>
+      </change>
+      <change>
+        <summary>
+          Xen: Support defining vNUMA topology
+        </summary>
+        <description>
+          Xen now supports defining a virtual NUMA topology for VMs,
+          including specifying distances between NUMA cells.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
       <change>