[PULL 0/3] loongarch fixes for 9.0

Song Gao posted 3 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240320024010.1659193-1-gaosong@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>
hw/intc/loongarch_extioi.c                         |   2 +-
target/loongarch/cpu-csr.h                         |   3 +
target/loongarch/internals.h                       |   5 -
target/loongarch/tcg/insn_trans/trans_atomic.c.inc |   8 +-
target/loongarch/tcg/tlb_helper.c                  | 113 ++++++++++++++-------
5 files changed, 87 insertions(+), 44 deletions(-)
[PULL 0/3] loongarch fixes for 9.0
Posted by Song Gao 1 month, 1 week ago
The following changes since commit c62d54d0a8067ffb3d5b909276f7296d7df33fa7:

  Update version for v9.0.0-rc0 release (2024-03-19 19:13:52 +0000)

are available in the Git repository at:

  https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20240320

for you to fetch changes up to 77642f92c0b71a105aba2a4d03bc62328eae703b:

  target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0' (2024-03-20 10:20:08 +0800)

----------------------------------------------------------------
pull-loongarch-20240320

----------------------------------------------------------------
Bibo Mao (1):
      hw/intc/loongarch_extioi: Fix interrupt routing update

Song Gao (1):
      target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'

Xianglai Li (1):
      target/loongarch: Fix tlb huge page loading issue

 hw/intc/loongarch_extioi.c                         |   2 +-
 target/loongarch/cpu-csr.h                         |   3 +
 target/loongarch/internals.h                       |   5 -
 target/loongarch/tcg/insn_trans/trans_atomic.c.inc |   8 +-
 target/loongarch/tcg/tlb_helper.c                  | 113 ++++++++++++++-------
 5 files changed, 87 insertions(+), 44 deletions(-)
Re: [PULL 0/3] loongarch fixes for 9.0
Posted by Peter Maydell 1 month, 1 week ago
On Wed, 20 Mar 2024 at 02:40, Song Gao <gaosong@loongson.cn> wrote:
>
> The following changes since commit c62d54d0a8067ffb3d5b909276f7296d7df33fa7:
>
>   Update version for v9.0.0-rc0 release (2024-03-19 19:13:52 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20240320
>
> for you to fetch changes up to 77642f92c0b71a105aba2a4d03bc62328eae703b:
>
>   target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0' (2024-03-20 10:20:08 +0800)
>
> ----------------------------------------------------------------
> pull-loongarch-20240320


Applied, thanks.

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

-- PMM