qemu: Support setting NUMA distances

Since we already have such support for libxl all we need is qemu
driver adjustment. And a test case.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
Michal Privoznik
2017-11-14 14:31:17 +01:00
parent 13e148ebda
commit 97a051f0f8
5 changed files with 169 additions and 2 deletions

View File

@@ -1589,7 +1589,7 @@
<p>
Describing distances between NUMA cells is currently only supported
by Xen. If no <code>distances</code> are given to describe
by Xen and QEMU. If no <code>distances</code> are given to describe
the SLIT data between different cells, it will default to a scheme
using 10 for local and 20 for remote distances.
</p>