[PATCH 0/3] target/loongarch: LoongArch32 fixes 1

Jiaxun Yang posted 3 patches 17 hours ago
target/loongarch/tcg/csr_helper.c                  | 2 +-
target/loongarch/tcg/insn_trans/trans_atomic.c.inc | 5 +++--
target/loongarch/tcg/insn_trans/trans_shift.c.inc  | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
[PATCH 0/3] target/loongarch: LoongArch32 fixes 1
Posted by Jiaxun Yang 17 hours ago
Hi all,

This series is a collection of small fixes I made to TCG for
LoongArch32.

There are still many thing broken, especially on CSRs. More
series following.

Thanks for revivewing, merry christmas!

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
Jiaxun Yang (3):
      target/loongarch: Enable rotr.w/rotri.w for LoongArch32
      target/loongarch: Fix LLSC for LoongArch32
      target/loongarch: Fix PGD CSR for LoongArch32

 target/loongarch/tcg/csr_helper.c                  | 2 +-
 target/loongarch/tcg/insn_trans/trans_atomic.c.inc | 5 +++--
 target/loongarch/tcg/insn_trans/trans_shift.c.inc  | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)
---
base-commit: 65cb7129f4160c7e07a0da107f888ec73ae96776
change-id: 20241222-la32-fixes1-368cc14d0986

Best regards,
-- 
Jiaxun Yang <jiaxun.yang@flygoat.com>