]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
numa: introduce machine callback for VCPU to node mapping
authorIgor Mammedov <imammedo@redhat.com>
Thu, 19 Mar 2015 17:09:21 +0000 (17:09 +0000)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 19 Mar 2015 19:12:09 +0000 (16:12 -0300)
commit57924bcd87cb03cc21ebd7efed880d16ca048dce
tree6c64141a2db6ef60b6445a204d633dbb7608063a
parent3ef7197505e483e2f28c5fbd6ed54b4061221200
numa: introduce machine callback for VCPU to node mapping

Current default round-robin way of distributing VCPUs among
NUMA nodes might be wrong in case on multi-core/threads
CPUs. Making guests confused wrt topology where cores from
the same socket are on different nodes.

Allow a machine to override default mapping by providing
 MachineClass::cpu_index_to_socket_id()
callback which would allow it group VCPUs from a socket
on the same NUMA node.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
include/hw/boards.h
include/sysemu/numa.h
numa.c
vl.c