hw/loongarch/virt: Add CPU topology support
authorBibo Mao <maobibo@loongson.cn>
Tue, 26 Nov 2024 08:41:42 +0000 (16:41 +0800)
committerBibo Mao <maobibo@loongson.cn>
Wed, 5 Mar 2025 01:39:17 +0000 (09:39 +0800)
commit8ccf28c2f6cf54c82485de099b4566b260893445
treecd2755cb902ceb1fee2c1c6509502d9496ae3d63
parent087a23a87c57725f8653aea9be70a2d55cf0309e
hw/loongarch/virt: Add CPU topology support

Add topological relationships for Loongarch VCPU and initialize
topology member variables.

On LoongArch system there is socket/core/thread topo information,
physical CPU id is calculated from CPU topo, every topo sub-field is
aligned by power of 2. So it is different from logical cpu index.

Co-developed-by: Xianglai Li <lixianglai@loongson.cn>
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
hw/loongarch/virt.c
target/loongarch/cpu.h