Re: [Qemu-devel] [PATCH v2 21/24] numa: use possible_cpus for not mapped CPUs check

2017-05-04 Thread Igor Mammedov
On Thu, 4 May 2017 14:43:12 +0200 Andrew Jones wrote: > On Wed, May 03, 2017 at 02:57:15PM +0200, Igor Mammedov wrote: > > and remove corresponding part in numa.c that uses > > node_cpu bitmaps. > > > > Signed-off-by: Igor Mammedov > > Reviewed-by: David Gibson > > --- > > It's one more less u

Re: [Qemu-devel] [PATCH v2 21/24] numa: use possible_cpus for not mapped CPUs check

2017-05-04 Thread Andrew Jones
On Wed, May 03, 2017 at 02:57:15PM +0200, Igor Mammedov wrote: > and remove corresponding part in numa.c that uses > node_cpu bitmaps. > > Signed-off-by: Igor Mammedov > Reviewed-by: David Gibson > --- > It's one more less user of node_cpu bitmpas, following > commit will remove the last user al

[Qemu-devel] [PATCH v2 21/24] numa: use possible_cpus for not mapped CPUs check

2017-05-03 Thread Igor Mammedov
and remove corresponding part in numa.c that uses node_cpu bitmaps. Signed-off-by: Igor Mammedov Reviewed-by: David Gibson --- It's one more less user of node_cpu bitmpas, following commit will remove the last user along with node_cpu itself. --- hw/core/machine.c | 58 +