Re: [Qemu-devel] [PATCH v2 08/24] virt-arm: add node-id property to CPU

2017-05-04 Thread Andrew Jones
On Wed, May 03, 2017 at 02:57:02PM +0200, 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 files changed, 16 insertio

[Qemu-devel] [PATCH v2 08/24] virt-arm: add node-id property to CPU

2017-05-03 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 3e19b5f..05a2822 100644