diff options
| author | Dou Liyang | 2017-08-22 09:45:36 +0200 |
|---|---|---|
| committer | Eduardo Habkost | 2017-09-19 21:51:33 +0200 |
| commit | f51878ba863d1f6938bc8e04381979767b7b508c (patch) | |
| tree | 48b31fa8b150b9a980f99a98d1460f2e92b53939 /scripts/modules | |
| parent | numa: cpu: calculate/set default node-ids after all -numa CLI options are parsed (diff) | |
| download | qemu-f51878ba863d1f6938bc8e04381979767b7b508c.tar.gz qemu-f51878ba863d1f6938bc8e04381979767b7b508c.tar.xz qemu-f51878ba863d1f6938bc8e04381979767b7b508c.zip | |
NUMA: Replace MAX_NODES with nb_numa_nodes in for loop
In QEMU, the number of the NUMA nodes is determined by parse_numa_opts().
Then, QEMU uses it for iteration, for example:
for (i = 0; i < nb_numa_nodes; i++)
However, in memory_region_allocate_system_memory(), it uses MAX_NODES
not nb_numa_nodes.
So, replace MAX_NODES with nb_numa_nodes to keep code consistency and
reduce the loop times.
Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Message-Id: <1503387936-3483-1-git-send-email-douly.fnst@cn.fujitsu.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'scripts/modules')
0 files changed, 0 insertions, 0 deletions
