]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Support setting NUMA distances
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 14 Nov 2017 13:31:17 +0000 (14:31 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 23 Nov 2017 13:54:32 +0000 (14:54 +0100)
commit97a051f0f80ec076f3ff48ef830236675f128ade
treef2d28fe7f7258da289f440e203580e7074e1c3d2
parent13e148ebda9ef0a064aa811aa14bcbb35c157ceb
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>
docs/formatdomain.html.in
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-numatune-distances.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-numatune-distances.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c