[PULL 0/5] loongarch queue

Bibo Mao posted 5 patches 2 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260908073548.3249551-1-maobibo@loongson.cn
Maintainers: Song Gao <17746591750@163.com>, Bibo Mao <maobibo@loongson.cn>, Xianglai Li <lixianglai@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>
There is a newer version of this series
hw/intc/loongarch_dintc.c   | 49 ++++++++++++++++++++++----------------
hw/intc/loongarch_extioi.c  | 58 +++++++++++++++++++++++++++++++++++++++++++++
hw/intc/loongarch_ipi.c     | 42 ++++++++++++++++++++++++++++++++
hw/intc/loongarch_pch_pic.c | 38 +++++++++++++++++++++++++++++
target/loongarch/cpu.c      | 54 +++++++----------------------------------
target/loongarch/cpu.h      | 34 ++++++++++++++++----------
6 files changed, 196 insertions(+), 79 deletions(-)
[PULL 0/5] loongarch queue
Posted by Bibo Mao 2 weeks, 4 days ago
The following changes since commit 35500e5c41aec76cde59befe750600dac7a9e37a:

  Merge tag 'pull-aspeed-20260906' of https://github.com/legoater/qemu into staging (2026-09-07 13:33:12 +0100)

are available in the Git repository at:

  https://github.com/bibo-mao/qemu.git pull-loongarch-20260908

for you to fetch changes up to 970657e490c05b0d2dd8ffbd68466d22685083d1:

  hw/intc/loongarch_extioi: Add extioi interrupt status display (2026-09-08 15:26:56 +0800)

----------------------------------------------------------------
pull-loongarch-20260908 queue

----------------------------------------------------------------
Bibo Mao (4):
      hw/intc/loongarch_dintc: Add loongarch_dintc_cpu_by_arch_id() function
      hw/intc/loongarch_ipi: Add ipi interrupt status display
      hw/intc/loongarch_pch_pic: Add pic interrupt status display
      hw/intc/loongarch_extioi: Add extioi interrupt status display

Xianglai Li (1):
      target/loongarch: clear the registers when cpu is reset

 hw/intc/loongarch_dintc.c   | 49 ++++++++++++++++++++++----------------
 hw/intc/loongarch_extioi.c  | 58 +++++++++++++++++++++++++++++++++++++++++++++
 hw/intc/loongarch_ipi.c     | 42 ++++++++++++++++++++++++++++++++
 hw/intc/loongarch_pch_pic.c | 38 +++++++++++++++++++++++++++++
 target/loongarch/cpu.c      | 54 +++++++----------------------------------
 target/loongarch/cpu.h      | 34 ++++++++++++++++----------
 6 files changed, 196 insertions(+), 79 deletions(-)
Re: [PULL 0/5] loongarch queue
Posted by Peter Maydell 2 weeks, 4 days ago
On Tue, 8 Sept 2026 at 08:35, Bibo Mao <maobibo@loongson.cn> wrote:
>
> The following changes since commit 35500e5c41aec76cde59befe750600dac7a9e37a:
>
>   Merge tag 'pull-aspeed-20260906' of https://github.com/legoater/qemu into staging (2026-09-07 13:33:12 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/bibo-mao/qemu.git pull-loongarch-20260908
>
> for you to fetch changes up to 970657e490c05b0d2dd8ffbd68466d22685083d1:
>
>   hw/intc/loongarch_extioi: Add extioi interrupt status display (2026-09-08 15:26:56 +0800)
>
> ----------------------------------------------------------------
> pull-loongarch-20260908 queue
>
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.2
for any user-visible changes.

-- PMM