[libvirt] [PATCH v2 0/5] qemu: Support setting NUMA distances

John Ferlan jferlan at redhat.com
Thu Nov 23 11:54:19 UTC 2017



On 11/22/2017 12:35 PM, Michal Privoznik wrote:
> diff to v1:
> - Renamed & simplified function in 2/5
> - Other small nits fixed as raised in review
> 
> Michal Privoznik (5):
>   virDomainNumaGetNodeDistance: Fix input arguments validation
>   numa: Introduce virDomainNumaNodeDistanceIsUsingDefaults
>   qemu_capabilities: Introcude QEMU_CAPS_NUMA_DIST
>   qemu: Support setting NUMA distances
>   news: Document which drivers support NUMA distances
> 
>  docs/formatdomain.html.in                          |  2 +-
>  docs/news.xml                                      |  2 +-
>  src/conf/numa_conf.c                               | 25 ++++++++-
>  src/conf/numa_conf.h                               |  4 ++
>  src/libvirt_private.syms                           |  1 +
>  src/qemu/qemu_capabilities.c                       |  5 ++
>  src/qemu/qemu_capabilities.h                       |  1 +
>  src/qemu/qemu_command.c                            | 39 ++++++++++++-
>  .../caps_2.10.0-gicv2.aarch64.xml                  |  1 +
>  .../caps_2.10.0-gicv3.aarch64.xml                  |  1 +
>  tests/qemucapabilitiesdata/caps_2.10.0.ppc64.xml   |  1 +
>  tests/qemucapabilitiesdata/caps_2.10.0.s390x.xml   |  1 +
>  tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml  |  1 +
>  .../qemuxml2argv-numatune-distances.args           | 63 +++++++++++++++++++++
>  .../qemuxml2argv-numatune-distances.xml            | 65 ++++++++++++++++++++++
>  tests/qemuxml2argvtest.c                           |  2 +
>  16 files changed, 209 insertions(+), 5 deletions(-)
>  create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-numatune-distances.args
>  create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-numatune-distances.xml
> 

Reviewed-by: John Ferlan <jferlan at redhat.com>
(series)

John




More information about the libvir-list mailing list