Re: [Qemu-devel] [PATCH for-2.10 08/23] virt-arm: add node-id property to CPU

2017-04-26 Thread Igor Mammedov
On Tue, 25 Apr 2017 19:16:13 +0200 Andrew Jones wrote: > On Wed, Mar 22, 2017 at 02:32:33PM +0100, Igor Mammedov wrote: > > it will allow switching from cpu_index to property based > > numa mapping in follow up patches. > > > > Signed-off-by: Igor Mammedov

Re: [Qemu-devel] [PATCH for-2.10 08/23] virt-arm: add node-id property to CPU

2017-04-25 Thread Andrew Jones
On Wed, Mar 22, 2017 at 02:32:33PM +0100, Igor Mammedov wrote: > it will allow switching from cpu_index to property based > numa mapping in follow up patches. > > Signed-off-by: Igor Mammedov > --- > hw/arm/virt.c| 15 +++ > target/arm/cpu.c | 1 + > 2

[Qemu-devel] [PATCH for-2.10 08/23] virt-arm: add node-id property to CPU

2017-03-22 Thread Igor Mammedov
it will allow switching from cpu_index to property based numa mapping in follow up patches. Signed-off-by: Igor Mammedov --- hw/arm/virt.c| 15 +++ target/arm/cpu.c | 1 + 2 files changed, 16 insertions(+) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index