qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v7 34/43] hw/intc: Add LoongArch extioi interrupt controller(


From: Richard Henderson
Subject: Re: [PATCH v7 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
Date: Mon, 6 Jun 2022 08:34:44 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 6/6/22 05:43, Xiaojuan Yang wrote:
This patch realize the EIOINTC interrupt controller.

Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  hw/intc/Kconfig                    |   3 +
  hw/intc/loongarch_extioi.c         | 312 +++++++++++++++++++++++++++++
  hw/intc/meson.build                |   1 +
  hw/intc/trace-events               |   6 +
  hw/loongarch/Kconfig               |   1 +
  include/hw/intc/loongarch_extioi.h |  62 ++++++
  6 files changed, 385 insertions(+)
  create mode 100644 hw/intc/loongarch_extioi.c
  create mode 100644 include/hw/intc/loongarch_extioi.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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