[PATCH v1 0/2] Add LoongArch cpu arch_id support

Song Gao posted 2 patches 11 months, 3 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/intc/loongarch_ipi.c   | 44 ++++++++++++++++++++++++++++++++-------
hw/loongarch/acpi-build.c | 20 ++++++++++++------
hw/loongarch/virt.c       | 35 +++++++++++++++++++++++++++++--
target/loongarch/cpu.h    |  2 ++
4 files changed, 86 insertions(+), 15 deletions(-)
[PATCH v1 0/2] Add LoongArch cpu arch_id support
Posted by Song Gao 11 months, 3 weeks ago
1 Add LoongArch cpu arch_id support;
2 Fill Acpi table with arch_id;
3 set physical cpuid route for LoongArch ipi device.

Song Gao (2):
  hw/loongarch/virt: Add cpu arch_id support
  hw/intc: Set physical cpuid route for LoongArch ipi device

 hw/intc/loongarch_ipi.c   | 44 ++++++++++++++++++++++++++++++++-------
 hw/loongarch/acpi-build.c | 20 ++++++++++++------
 hw/loongarch/virt.c       | 35 +++++++++++++++++++++++++++++--
 target/loongarch/cpu.h    |  2 ++
 4 files changed, 86 insertions(+), 15 deletions(-)

-- 
2.39.1
Re: [PATCH v1 0/2] Add LoongArch cpu arch_id support
Posted by Song Gao 11 months, 1 week ago
ping~

在 2023/5/18 上午9:41, Song Gao 写道:
> 1 Add LoongArch cpu arch_id support;
> 2 Fill Acpi table with arch_id;
> 3 set physical cpuid route for LoongArch ipi device.
>
> Song Gao (2):
>    hw/loongarch/virt: Add cpu arch_id support
>    hw/intc: Set physical cpuid route for LoongArch ipi device
>
>   hw/intc/loongarch_ipi.c   | 44 ++++++++++++++++++++++++++++++++-------
>   hw/loongarch/acpi-build.c | 20 ++++++++++++------
>   hw/loongarch/virt.c       | 35 +++++++++++++++++++++++++++++--
>   target/loongarch/cpu.h    |  2 ++
>   4 files changed, 86 insertions(+), 15 deletions(-)
>