Re: [Qemu-devel] [PULL 23/29] numa: use possible_cpus for not mapped CPUs check

2017-05-17 Thread Igor Mammedov
On Wed, 17 May 2017 10:07:18 +0200 Markus Armbruster wrote: > Eduardo Habkost writes: > > > From: Igor Mammedov > > > > and remove corresponding part in numa.c that uses > > node_cpu bitmaps. > > > > Signed-off-by: Igor Mammedov > > Reviewed-by: David Gibson > > Reviewed-by: Andrew Jones >

Re: [Qemu-devel] [PULL 23/29] numa: use possible_cpus for not mapped CPUs check

2017-05-17 Thread Markus Armbruster
Eduardo Habkost writes: > From: Igor Mammedov > > and remove corresponding part in numa.c that uses > node_cpu bitmaps. > > Signed-off-by: Igor Mammedov > Reviewed-by: David Gibson > Reviewed-by: Andrew Jones > Message-Id: <1494415802-227633-16-git-send-email-imamm...@redhat.com> > Signed-off

[Qemu-devel] [PULL 23/29] numa: use possible_cpus for not mapped CPUs check

2017-05-11 Thread Eduardo Habkost
From: Igor Mammedov and remove corresponding part in numa.c that uses node_cpu bitmaps. Signed-off-by: Igor Mammedov Reviewed-by: David Gibson Reviewed-by: Andrew Jones Message-Id: <1494415802-227633-16-git-send-email-imamm...@redhat.com> Signed-off-by: Eduardo Habkost --- hw/core/machine.c