Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250925060936.898618-1-gaosong@loongson.cn
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Song Gao <gaosong@loongson.cn>, Bibo Mao <maobibo@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>
hw/intc/Kconfig | 3 +
hw/intc/loongarch_dintc.c | 212 +++++++++++++++++++++
hw/intc/meson.build | 1 +
hw/loongarch/Kconfig | 1 +
hw/loongarch/virt.c | 110 ++++++++++-
include/hw/intc/loongarch_dintc.h | 36 ++++
include/hw/loongarch/virt.h | 34 ++++
include/hw/pci-host/ls7a.h | 2 +
target/loongarch/cpu-csr.h | 9 +-
target/loongarch/cpu.c | 29 +++
target/loongarch/cpu.h | 36 ++--
target/loongarch/csr.c | 5 +
target/loongarch/machine.c | 25 ++-
target/loongarch/tcg/csr_helper.c | 21 ++
target/loongarch/tcg/helper.h | 1 +
.../tcg/insn_trans/trans_privileged.c.inc | 1 +
16 files changed, 499 insertions(+), 27 deletions(-)
create mode 100644 hw/intc/loongarch_dintc.c
create mode 100644 include/hw/intc/loongarch_dintc.h