numa: postpone options post-processing till machine_run_board_init()
commit7a3099fc9c5c7789fa1613165812bbc8bd28ee52
authorIgor Mammedov <imammedo@redhat.com>
Fri, 4 May 2018 08:37:39 +0000 (4 10:37 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 30 May 2018 16:08:11 +0000 (30 13:08 -0300)
tree2435088caec49dcc9f0cd52e29c56657494fba57
parent74f38e96b321ef8df2bf7fa1bd4f673ef06aca5b
numa: postpone options post-processing till machine_run_board_init()

in preparation for numa options to being handled via QMP before
machine_run_board_init(), move final numa configuration checks
and processing to machine_run_board_init() so it could take into
account both CLI (via parse_numa_opts()) and QMP input

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <1525423069-61903-2-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/machine.c
include/sysemu/numa.h
numa.c