spapr: reuse machine->possible_cpus instead of cores[]
commit535455fdee60e4e7979a5060ba7a4e4588ee1a1e
authorIgor Mammedov <imammedo@redhat.com>
Fri, 10 Feb 2017 10:18:49 +0000 (10 11:18 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 22 Feb 2017 00:28:28 +0000 (22 11:28 +1100)
treead026296762ec089cc2a41a9e743be465ef31bab
parent8aba3842980954191a061d4618f80f368226ef5c
spapr: reuse machine->possible_cpus instead of cores[]

Replace SPAPR specific cores[] array with generic
machine->possible_cpus and store core objects there.
It makes cores bookkeeping similar to x86 cpus and
will allow to unify similar code.
It would allow to replace cpu_index based NUMA node
mapping with iproperty based one (for -device created
cores) since possible_cpus carries board defined
topology/layout.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c
include/hw/ppc/spapr.h