]> xenbits.xensource.com Git - libvirt.git/commit
libxl: vnuma support
authorWim ten Have <wim.ten.have@oracle.com>
Thu, 2 Nov 2017 15:47:22 +0000 (16:47 +0100)
committerJim Fehlig <jfehlig@suse.com>
Mon, 13 Nov 2017 02:39:18 +0000 (19:39 -0700)
commitc9a5682ffa6b391f2d13e2de5e3e7361673fc9aa
treea897a50e32907d9781cb159c86ceac539ce8b7a7
parent03d0959af3a72eb2aed47a1d2dcf8ccbb39d4b0e
libxl: vnuma support

This patch generates a NUMA distance-aware libxl description from the
information extracted from a NUMA distance-aware libvirt XML file.

By default, if no NUMA node distance information is supplied in the
libvirt XML file, this patch uses the distances 10 for local and 20
for remote nodes/sockets.

Signed-off-by: Wim ten Have <wim.ten.have@oracle.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/libxl/libxl_conf.c
src/libxl/libxl_domain.c