From: Richard Henderson <richard.henderson@linaro.org>
To: Song Gao <gaosong@loongson.cn>, qemu-devel@nongnu.org
Subject: Re: [PULL v2 00/11] loongarch-to-apply queue
Date: Sun, 28 Sep 2025 12:25:57 -0700 [thread overview]
Message-ID: <d46c9974-e1e2-4d68-9a80-2cd8db76fc5c@linaro.org> (raw)
In-Reply-To: <20250928092408.948035-1-gaosong@loongson.cn>
On 9/28/25 02:23, Song Gao wrote:
> The following changes since commit d6dfd8d40cebebc3378d379cd28879e0345fbf91:
>
> Merge tag 'pull-target-arm-20250926' of https://gitlab.com/pm215/qemu into staging (2025-09-26 13:27:01 -0700)
>
> are available in the Git repository at:
>
> https://github.com/gaosong715/qemu.git tags/pull-loongarch-20250928
>
> for you to fetch changes up to 7470657ec157d4526752147165b2d368e2c7002e:
>
> hw/loongarch: Implement DINTC plug/unplug interfaces (2025-09-28 17:31:04 +0800)
>
> ----------------------------------------------------------------
> pull-loongarch-20250928
>
> v2: fix build win64 errors.
>
> ----------------------------------------------------------------
> Song Gao (11):
> target/loongarch: move some machine define to virt.h
> hw/loongarch: add virt feature dmsi support
> hw/loongarch: add misc register support dmsi
> loongarch: add a direct interrupt controller device
> target/loongarch: add msg interrupt CSR registers
> hw/loongarch: DINTC add a MemoryRegion
> hw/loongarch: Implement dintc realize and unrealize
> hw/loongarch: Implement dintc set irq
> target/loongarch: Add CSR_ESTAT.bit15 and CSR_ECFG.bit15 for msg interrupts.
> target/loongarch:Implement csrrd CSR_MSGIR register
> hw/loongarch: Implement DINTC plug/unplug interfaces
>
> hw/intc/Kconfig | 3 +
> hw/intc/loongarch_dintc.c | 212 +++++++++++++++++++++
> hw/intc/meson.build | 1 +
> hw/loongarch/Kconfig | 1 +
> hw/loongarch/virt.c | 110 ++++++++++-
> include/hw/intc/loongarch_dintc.h | 36 ++++
> include/hw/loongarch/virt.h | 34 ++++
> include/hw/pci-host/ls7a.h | 2 +
> target/loongarch/cpu-csr.h | 9 +-
> target/loongarch/cpu.c | 29 +++
> target/loongarch/cpu.h | 36 ++--
> target/loongarch/csr.c | 5 +
> target/loongarch/machine.c | 25 ++-
> target/loongarch/tcg/csr_helper.c | 21 ++
> target/loongarch/tcg/helper.h | 1 +
> .../tcg/insn_trans/trans_privileged.c.inc | 1 +
> 16 files changed, 499 insertions(+), 27 deletions(-)
> create mode 100644 hw/intc/loongarch_dintc.c
> create mode 100644 include/hw/intc/loongarch_dintc.h
>
>
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.
r~
prev parent reply other threads:[~2025-09-28 19:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-28 9:23 [PULL v2 00/11] loongarch-to-apply queue Song Gao
2025-09-28 9:23 ` [PULL v2 01/11] target/loongarch: move some machine define to virt.h Song Gao
2025-09-28 9:23 ` [PULL v2 02/11] hw/loongarch: add virt feature dmsi support Song Gao
2025-09-28 9:24 ` [PULL v2 03/11] hw/loongarch: add misc register support dmsi Song Gao
2025-09-28 9:24 ` [PULL v2 04/11] loongarch: add a direct interrupt controller device Song Gao
2025-10-06 20:59 ` Richard Henderson
2025-09-28 9:24 ` [PULL v2 05/11] target/loongarch: add msg interrupt CSR registers Song Gao
2025-09-28 9:24 ` [PULL v2 06/11] hw/loongarch: DINTC add a MemoryRegion Song Gao
2025-09-28 9:24 ` [PULL v2 07/11] hw/loongarch: Implement dintc realize and unrealize Song Gao
2025-09-28 9:24 ` [PULL v2 08/11] hw/loongarch: Implement dintc set irq Song Gao
2025-09-28 9:24 ` [PULL v2 09/11] target/loongarch: Add CSR_ESTAT.bit15 and CSR_ECFG.bit15 for msg interrupts Song Gao
2025-09-28 9:24 ` [PULL v2 10/11] target/loongarch:Implement csrrd CSR_MSGIR register Song Gao
2025-09-28 9:24 ` [PULL v2 11/11] hw/loongarch: Implement DINTC plug/unplug interfaces Song Gao
2025-09-28 19:25 ` Richard Henderson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d46c9974-e1e2-4d68-9a80-2cd8db76fc5c@linaro.org \
--to=richard.henderson@linaro.org \
--cc=gaosong@loongson.cn \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).