qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 31/43] hw/loongarch: Add LoongArch ipi interrupt support(I


From: Richard Henderson
Subject: Re: [PATCH v2 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
Date: Tue, 26 Apr 2022 18:49:36 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/25/22 02:10, Xiaojuan Yang wrote:
This patch realize the IPI interrupt controller.

Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  MAINTAINERS                     |   2 +
  hw/intc/Kconfig                 |   3 +
  hw/intc/loongarch_ipi.c         | 166 ++++++++++++++++++++++++++++++++
  hw/intc/meson.build             |   1 +
  hw/intc/trace-events            |   4 +
  hw/loongarch/Kconfig            |   1 +
  include/hw/intc/loongarch_ipi.h |  50 ++++++++++
  include/hw/loongarch/virt.h     |   2 +
  8 files changed, 229 insertions(+)
  create mode 100644 hw/intc/loongarch_ipi.c
  create mode 100644 include/hw/intc/loongarch_ipi.h

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

r~



reply via email to

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