qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RESEND PATCH 0/2] hw/intc: Restore loongarch_ipi for LoongArch


From: Song Gao
Subject: [RESEND PATCH 0/2] hw/intc: Restore loongarch_ipi for LoongArch
Date: Thu, 27 Jun 2024 20:13:46 +0800

Currently LoongArch and MIPS architectures share loongson_ipi,
and modifications to loongson_ipi by the MIPS architecture may
lead to some unknown problems in the LoongArch architecture.
In order to minimize the impact of this inter-architectural
interaction, we believe that it is necessary to restore loongarch_ipi.

Song Gao (2):
  Revert "hw/intc: Remove loongarch_ipi.c"
  hw/intc: Restore loongarch_ipi for LoongArch

 MAINTAINERS                     |   2 -
 include/hw/intc/loongarch_ipi.h |  54 +++++
 include/hw/loongarch/virt.h     |   2 +-
 hw/intc/loongarch_ipi.c         | 347 ++++++++++++++++++++++++++++++++
 hw/loongarch/virt.c             |   4 +-
 hw/intc/Kconfig                 |   3 +
 hw/intc/meson.build             |   1 +
 hw/intc/trace-events            |   3 +
 hw/loongarch/Kconfig            |   2 +-
 9 files changed, 412 insertions(+), 6 deletions(-)
 create mode 100644 include/hw/intc/loongarch_ipi.h
 create mode 100644 hw/intc/loongarch_ipi.c

-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]