diff options
| author | Dou Liyang <douly.fnst@cn.fujitsu.com> | 2017-01-17 22:42:31 +0800 |
|---|---|---|
| committer | Eduardo Habkost <ehabkost@redhat.com> | 2017-01-23 21:25:36 -0200 |
| commit | 9c6703fe82b29909cf2cf35b192892327841f71a (patch) | |
| tree | 8c8083b0bc5e685f572824c1519899815d54d164 /include/hw/boards.h | |
| parent | bd72159db41d3d3c5f9afb1671d0320a77167569 (diff) | |
| download | focaccia-qemu-9c6703fe82b29909cf2cf35b192892327841f71a.tar.gz focaccia-qemu-9c6703fe82b29909cf2cf35b192892327841f71a.zip | |
vl: Ensure the numa_post_machine_init func in the appropriate location
In the numa_post_machine_init(), we use CPU_FOREACH macro to set all CPUs' namu_node. So, we should make sure that we call it after Qemu has already initialied all the CPUs. As we all know, the CPUs can be created by "-smp"(pc_new_cpu) or "-device"(qdev_device_add) command. But, before the device init, Qemu execute the numa_post_machine_init earlier. It makes the mapping of NUMA nodes and CPUs incorrect. The patch move the numa_post_machine_init func in the appropriate location. Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com> Message-Id: <1484664152-24446-2-git-send-email-douly.fnst@cn.fujitsu.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/hw/boards.h')
0 files changed, 0 insertions, 0 deletions