diff options
author | Xiaojuan Yang <yangxiaojuan@loongson.cn> | 2022-06-06 20:43:21 +0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-06-06 18:10:46 +0000 |
commit | f6783e34380955e9ec0656c7b9fb8936b9733a6a (patch) | |
tree | a200209407a3613a221f546d88d3dea9dbbacb50 /hw/loongarch/Kconfig | |
parent | a8a506c3907093a064dd2d475564e677fb1bf148 (diff) | |
download | qemu-f6783e34380955e9ec0656c7b9fb8936b9733a6a.zip qemu-f6783e34380955e9ec0656c7b9fb8936b9733a6a.tar.gz qemu-f6783e34380955e9ec0656c7b9fb8936b9733a6a.tar.bz2 |
hw/loongarch: Add LoongArch ipi interrupt support(IPI)
This patch realize the IPI 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-32-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/loongarch/Kconfig')
-rw-r--r-- | hw/loongarch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig index 13e8501..f0dad33 100644 --- a/hw/loongarch/Kconfig +++ b/hw/loongarch/Kconfig @@ -2,3 +2,4 @@ config LOONGARCH_VIRT bool select PCI select PCI_EXPRESS_GENERIC_BRIDGE + select LOONGARCH_IPI |