Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support

2024-11-24 Thread bibo mao
On 2024/11/22 下午9:31, Igor Mammedov wrote: On Tue, 19 Nov 2024 16:01:37 +0800 bibo mao wrote: Hi Ignor, On 2024/11/19 上午12:10, Igor Mammedov wrote: On Tue, 12 Nov 2024 10:17:33 +0800 Bibo Mao wrote: Add topological relationships for Loongarch VCPU and initialize topology member vari

Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support

2024-11-24 Thread bibo mao
On 2024/11/22 下午9:31, Igor Mammedov wrote: On Tue, 19 Nov 2024 16:01:37 +0800 bibo mao wrote: Hi Ignor, On 2024/11/19 上午12:10, Igor Mammedov wrote: On Tue, 12 Nov 2024 10:17:33 +0800 Bibo Mao wrote: Add topological relationships for Loongarch VCPU and initialize topology member vari

Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support

2024-11-22 Thread Igor Mammedov
On Tue, 19 Nov 2024 16:01:37 +0800 bibo mao wrote: > Hi Ignor, > > On 2024/11/19 上午12:10, Igor Mammedov wrote: > > On Tue, 12 Nov 2024 10:17:33 +0800 > > Bibo Mao wrote: > > > >> Add topological relationships for Loongarch VCPU and initialize > >> topology member variables. Also physical cpu

Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support

2024-11-19 Thread bibo mao
On 2024/11/19 上午12:22, Igor Mammedov wrote: On Mon, 18 Nov 2024 17:10:29 +0100 Igor Mammedov wrote: On Tue, 12 Nov 2024 10:17:33 +0800 Bibo Mao wrote: Add topological relationships for Loongarch VCPU and initialize topology member variables. Also physical cpu id calculation method comes

Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support

2024-11-19 Thread bibo mao
Hi Ignor, On 2024/11/19 上午12:10, Igor Mammedov wrote: On Tue, 12 Nov 2024 10:17:33 +0800 Bibo Mao wrote: Add topological relationships for Loongarch VCPU and initialize topology member variables. Also physical cpu id calculation method comes from its topo information. Co-developed-by: Xian

Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support

2024-11-18 Thread Igor Mammedov
On Mon, 18 Nov 2024 17:10:29 +0100 Igor Mammedov wrote: > On Tue, 12 Nov 2024 10:17:33 +0800 > Bibo Mao wrote: > > > Add topological relationships for Loongarch VCPU and initialize > > topology member variables. Also physical cpu id calculation > > method comes from its topo information. hmm,

Re: [PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support

2024-11-18 Thread Igor Mammedov
On Tue, 12 Nov 2024 10:17:33 +0800 Bibo Mao wrote: > Add topological relationships for Loongarch VCPU and initialize > topology member variables. Also physical cpu id calculation > method comes from its topo information. > > Co-developed-by: Xianglai Li > Signed-off-by: Bibo Mao > --- > docs/

[PATCH v4 1/6] hw/loongarch/virt: Add CPU topology support

2024-11-11 Thread Bibo Mao
Add topological relationships for Loongarch VCPU and initialize topology member variables. Also physical cpu id calculation method comes from its topo information. Co-developed-by: Xianglai Li Signed-off-by: Bibo Mao --- docs/system/loongarch/virt.rst | 31 +++ hw/loongarch/virt.c