Re: [Qemu-devel] [PATCH v5 2/5] ARM: Virt: Set numa-node-id for CPUs

2016-04-22 Thread Andrew Jones
On Thu, Apr 21, 2016 at 02:23:51PM +0800, Shannon Zhao wrote: > From: Shannon Zhao > > Add a numa-node-id property to specify NUMA information for CPUs. > > Signed-off-by: Shannon Zhao > --- > hw/arm/virt.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/hw/arm/virt.c b/hw/arm

[Qemu-devel] [PATCH v5 2/5] ARM: Virt: Set numa-node-id for CPUs

2016-04-20 Thread Shannon Zhao
From: Shannon Zhao Add a numa-node-id property to specify NUMA information for CPUs. Signed-off-by: Shannon Zhao --- hw/arm/virt.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 814a1eb..d21e9a0 100644 --- a/hw/arm/virt.c +++ b/hw/arm/virt.c @@ -