Re: [Qemu-devel] [PATCH v5 1/5] ARM: Virt: Add /distance-map node for NUMA

2016-04-23 Thread Shannon Zhao
On 2016/4/23 15:03, Andrew Jones wrote: > On Sat, Apr 23, 2016 at 09:17:25AM +0800, Shannon Zhao wrote: >> > >> > >> > On 2016/4/22 20:25, Andrew Jones wrote: >>> > > On Thu, Apr 21, 2016 at 02:23:50PM +0800, Shannon Zhao wrote: > > >> > From: Shannon Zhao > > >> > > > >> > This /

Re: [Qemu-devel] [PATCH v5 1/5] ARM: Virt: Add /distance-map node for NUMA

2016-04-23 Thread Andrew Jones
On Sat, Apr 23, 2016 at 09:17:25AM +0800, Shannon Zhao wrote: > > > On 2016/4/22 20:25, Andrew Jones wrote: > > On Thu, Apr 21, 2016 at 02:23:50PM +0800, Shannon Zhao wrote: > >> > From: Shannon Zhao > >> > > >> > This /distance-map node is used to describe the accessing distance > >> > between

Re: [Qemu-devel] [PATCH v5 1/5] ARM: Virt: Add /distance-map node for NUMA

2016-04-22 Thread Shannon Zhao
On 2016/4/22 20:25, Andrew Jones wrote: > On Thu, Apr 21, 2016 at 02:23:50PM +0800, Shannon Zhao wrote: >> > From: Shannon Zhao >> > >> > This /distance-map node is used to describe the accessing distance >> > between NUMA nodes. >> > >> > Signed-off-by: Shannon Zhao >> > --- >> > hw/arm/vir

Re: [Qemu-devel] [PATCH v5 1/5] ARM: Virt: Add /distance-map node for NUMA

2016-04-22 Thread Andrew Jones
On Thu, Apr 21, 2016 at 02:23:50PM +0800, Shannon Zhao wrote: > From: Shannon Zhao > > This /distance-map node is used to describe the accessing distance > between NUMA nodes. > > Signed-off-by: Shannon Zhao > --- > hw/arm/virt.c | 30 ++ > 1 file changed, 30 insert

[Qemu-devel] [PATCH v5 1/5] ARM: Virt: Add /distance-map node for NUMA

2016-04-20 Thread Shannon Zhao
From: Shannon Zhao This /distance-map node is used to describe the accessing distance between NUMA nodes. Signed-off-by: Shannon Zhao --- hw/arm/virt.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 56d35c7..814a1eb 10064