qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 32/43] hw/intc: Add LoongArch ls7a interrupt controller su


From: Richard Henderson
Subject: Re: [PATCH v3 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
Date: Sat, 30 Apr 2022 10:41:44 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/29/22 03:07, Xiaojuan Yang wrote:
This patch realize the PCH-PIC interrupt controller.

Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  MAINTAINERS                         |   1 +
  hw/intc/Kconfig                     |   4 +
  hw/intc/loongarch_pch_pic.c         | 431 ++++++++++++++++++++++++++++
  hw/intc/meson.build                 |   1 +
  hw/intc/trace-events                |   9 +
  hw/loongarch/Kconfig                |   1 +
  include/hw/intc/loongarch_pch_pic.h |  69 +++++
  include/hw/pci-host/ls7a.h          |  30 ++
  8 files changed, 546 insertions(+)
  create mode 100644 hw/intc/loongarch_pch_pic.c
  create mode 100644 include/hw/intc/loongarch_pch_pic.h
  create mode 100644 include/hw/pci-host/ls7a.h

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

r~



reply via email to

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