]> git.proxmox.com Git - mirror_qemu.git/commit
hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
authorXiaojuan Yang <yangxiaojuan@loongson.cn>
Mon, 6 Jun 2022 12:43:24 +0000 (20:43 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Jun 2022 18:12:30 +0000 (18:12 +0000)
commitcbff2db1e92f8759db0f0716a41a3e11b18f2eee
tree6fe5280374fdaca25a2641efd9dc5d4309976d43
parent249ad85a4b4ba6e949bba3c5b9932c389e07249c
hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)

This patch realize the EIOINTC interrupt controller.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220606124333.2060567-35-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/intc/Kconfig
hw/intc/loongarch_extioi.c [new file with mode: 0644]
hw/intc/meson.build
hw/intc/trace-events
hw/loongarch/Kconfig
include/hw/intc/loongarch_extioi.h [new file with mode: 0644]