qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v1 34/43] hw/intc: Add LoongArch ls7a msi interrupt controlle


From: Richard Henderson
Subject: Re: [PATCH v1 34/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
Date: Sun, 17 Apr 2022 20:39:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 4/15/22 02:40, Xiaojuan Yang wrote:
This patch realize PCH-MSI interrupt controller.

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

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

r~



reply via email to

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