]> xenbits.xensource.com Git - libvirt.git/commit
qemu_capabilities: Introcude QEMU_CAPS_NUMA_DIST
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 14 Nov 2017 13:29:20 +0000 (14:29 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 23 Nov 2017 13:54:31 +0000 (14:54 +0100)
commit13e148ebda9ef0a064aa811aa14bcbb35c157ceb
tree59c63d413e16278fc09c93bfff564eab6d9fcf17
parentab9baab7290a4a009e4e8ddfb63a2ddd19bb8091
qemu_capabilities: Introcude QEMU_CAPS_NUMA_DIST

This capability says if qemu is capable of specifying distances
between NUMA nodes on the command line. Unfortunately, there's no
real way to check this and thus we have to go with version check.
QEMU introduced this in 0f203430dd8 (and friend) which was
released in 2.10.0.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
tests/qemucapabilitiesdata/caps_2.10.0-gicv2.aarch64.xml
tests/qemucapabilitiesdata/caps_2.10.0-gicv3.aarch64.xml
tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml
tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml