numa: remove node_cpu bitmaps as they are no longer used
commit1171ae9a5b132dc631728ff17688d05ed4534181
authorIgor Mammedov <imammedo@redhat.com>
Wed, 10 May 2017 11:30:00 +0000 (10 13:30 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 11 May 2017 19:08:50 +0000 (11 16:08 -0300)
tree4a675cd82519708c195672897ece9c9352385a39
parentec78f8114bc4c133fc56fefa7f2af99725e42857
numa: remove node_cpu bitmaps as they are no longer used

Postfactum "CPU(s) present in multiple NUMA nodes" check
was the last user of node_cpu bitmaps, but it's not need
as machine_set_cpu_numa_node() does the similar check at
the time mapping is set for cpus (i.e. when -numa cpus=
is parsed) and ensures that cpu can be mapped only to
one node.

Remove duplicate check based on node_cpu bitmaps and
since the last user is gone remove node_cpu as well,
which completes internal transition from legacy bitmap
based mapping storage to possible_cpus storage.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Message-Id: <1494415802-227633-17-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
include/sysemu/numa.h
numa.c