Re: [RFC PATCH 2/5] hw/arm/virt: Add cpu-map to device tree

2021-02-25 Thread Andrew Jones
On Thu, Feb 25, 2021 at 09:18:22PM +0800, Ying Fang wrote: > > > On 2/25/2021 7:16 PM, Andrew Jones wrote: > > Hi Ying Fang, > > > > The only difference between this and what I have in my tree[*] > > is the removal of the socket node (which has been in the Linux > > docs since June 2019). Any re

Re: [RFC PATCH 2/5] hw/arm/virt: Add cpu-map to device tree

2021-02-25 Thread Ying Fang
On 2/25/2021 7:16 PM, Andrew Jones wrote: Hi Ying Fang, The only difference between this and what I have in my tree[*] is the removal of the socket node (which has been in the Linux docs since June 2019). Any reason why you removed that node? In any case, I think I deserve a bit more credit f

Re: [RFC PATCH 2/5] hw/arm/virt: Add cpu-map to device tree

2021-02-25 Thread Andrew Jones
Hi Ying Fang, The only difference between this and what I have in my tree[*] is the removal of the socket node (which has been in the Linux docs since June 2019). Any reason why you removed that node? In any case, I think I deserve a bit more credit for this patch. [*] https://github.com/rhdrjon

[RFC PATCH 2/5] hw/arm/virt: Add cpu-map to device tree

2021-02-25 Thread Ying Fang
Support device tree CPU topology descriptions. Signed-off-by: Ying Fang --- hw/arm/virt.c | 38 +- include/hw/arm/virt.h | 1 + 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 371147f3ae..c133b342b8 1