[PULL 0/4] loongarch queue

Song Gao posted 4 patches 1 day, 9 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260820111109.786405-1-gaosong@loongson.cn
Maintainers: Song Gao <17746591750@163.com>, Bibo Mao <maobibo@loongson.cn>, Xianglai Li <lixianglai@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>
hw/intc/loongarch_dintc.c                          | 13 ++++
hw/intc/loongarch_dintc_kvm.c                      | 48 ++++++++++++++
hw/intc/meson.build                                |  2 +
include/hw/intc/loongarch_dintc.h                  | 10 +++
target/loongarch/cpu.c                             |  8 ++-
target/loongarch/cpu.h                             |  1 +
target/loongarch/kvm/kvm.c                         | 74 ++++++++++++++++++++++
target/loongarch/tcg/insn_trans/trans_branch.c.inc |  2 +
8 files changed, 155 insertions(+), 3 deletions(-)
create mode 100644 hw/intc/loongarch_dintc_kvm.c
[PULL 0/4] loongarch queue
Posted by Song Gao 1 day, 9 hours ago
The following changes since commit ae4f3443209ab154b48b706a146e5f557ab147cb:

  Merge tag 'qtest-20260819-pull-request' of https://gitlab.com/farosas/qemu into staging (2026-08-19 08:21:57 -0700)

are available in the Git repository at:

  https://github.com/gaosong715/qemu.git tags/pull-loongarch-20260820

for you to fetch changes up to 215a4fc08f2aafce54c168cf41c64c79187430c1:

  target/loongarch: check FPE before reading fcc in bceqz/bcnez (2026-08-20 07:24:34 -0400)

----------------------------------------------------------------
pull-loongarch-20260820

----------------------------------------------------------------
Jan Mercl (1):
      target/loongarch: check FPE before reading fcc in bceqz/bcnez

Song Gao (3):
      target/loongarch: Add kvm support dintc
      Add dintc kvm_irqchip_in_kernel support
      target/loongarch: KVM disable msgint

 hw/intc/loongarch_dintc.c                          | 13 ++++
 hw/intc/loongarch_dintc_kvm.c                      | 48 ++++++++++++++
 hw/intc/meson.build                                |  2 +
 include/hw/intc/loongarch_dintc.h                  | 10 +++
 target/loongarch/cpu.c                             |  8 ++-
 target/loongarch/cpu.h                             |  1 +
 target/loongarch/kvm/kvm.c                         | 74 ++++++++++++++++++++++
 target/loongarch/tcg/insn_trans/trans_branch.c.inc |  2 +
 8 files changed, 155 insertions(+), 3 deletions(-)
 create mode 100644 hw/intc/loongarch_dintc_kvm.c
Re: [PULL 0/4] loongarch queue
Posted by Richard Henderson 21 hours ago
On 8/20/26 04:11, Song Gao wrote:
> The following changes since commit ae4f3443209ab154b48b706a146e5f557ab147cb:
> 
>    Merge tag 'qtest-20260819-pull-request' ofhttps://gitlab.com/farosas/qemu into staging (2026-08-19 08:21:57 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/gaosong715/qemu.git tags/pull-loongarch-20260820
> 
> for you to fetch changes up to 215a4fc08f2aafce54c168cf41c64c79187430c1:
> 
>    target/loongarch: check FPE before reading fcc in bceqz/bcnez (2026-08-20 07:24:34 -0400)
> 
> ----------------------------------------------------------------
> pull-loongarch-20260820


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/11.2 as appropriate.

r~