Re: [PATCH v1 1/2] hw/loongarch/virt: Add cpu arch_id support

2023-05-30 Thread Song Gao
在 2023/5/30 下午7:53, Tianrui Zhao 写道: 在 2023年05月18日 09:41, Song Gao 写道: With acpi madt table, there is cpu physical coreid, which may be different with logical id in qemu. This patch adds cpu arch_id support, and fill madt table with arch_id. For the present cpu arch_id is still equal to log

Re: [PATCH v1 1/2] hw/loongarch/virt: Add cpu arch_id support

2023-05-30 Thread Tianrui Zhao
在 2023年05月18日 09:41, Song Gao 写道: With acpi madt table, there is cpu physical coreid, which may be different with logical id in qemu. This patch adds cpu arch_id support, and fill madt table with arch_id. For the present cpu arch_id is still equal to logical id. Signed-off-by: Song Gao ---

[PATCH v1 1/2] hw/loongarch/virt: Add cpu arch_id support

2023-05-17 Thread Song Gao
With acpi madt table, there is cpu physical coreid, which may be different with logical id in qemu. This patch adds cpu arch_id support, and fill madt table with arch_id. For the present cpu arch_id is still equal to logical id. Signed-off-by: Song Gao --- hw/loongarch/acpi-build.c | 20