Searched hist:"57924 bcd87cb03cc21ebd7efed880d16ca048dce" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | numa.h | diff 57924bcd87cb03cc21ebd7efed880d16ca048dce Thu Mar 19 12:09:21 CDT 2015 Igor Mammedov <imammedo@redhat.com> 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>
|
/openbmc/qemu/include/hw/ |
H A D | boards.h | diff 57924bcd87cb03cc21ebd7efed880d16ca048dce Thu Mar 19 12:09:21 CDT 2015 Igor Mammedov <imammedo@redhat.com> 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>
|