]> git.proxmox.com Git - mirror_qemu.git/commit
numa: Rename set_numa_modes() to numa_post_machine_init()
authorEduardo Habkost <ehabkost@redhat.com>
Sun, 8 Feb 2015 18:51:22 +0000 (16:51 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 23 Feb 2015 18:39:27 +0000 (15:39 -0300)
commitdde11116782c1891a057165539efc014cf365026
tree7208cd6e90934b4f41cdbf1c081948d30f79f12a
parent1c1e6732786d46c7b0ab160cbf61122c53bb44cc
numa: Rename set_numa_modes() to numa_post_machine_init()

This function does some initialization that needs to be done after
machine init. The function may be eventually removed if we move the
CPUState.numa_node initialization to the CPU init code, but while the
function exists, lets give it a name that makes sense.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
include/sysemu/numa.h
numa.c
vl.c