The following changes since commit ca18b336e12c8433177a3cd639c5bf757952adaa:
Merge tag 'pull-lu-20250828' of https://gitlab.com/rth7680/qemu into staging (2025-08-28 09:24:36 +1000) are available in the Git repository at: https://github.com/gaosong715/qemu.git tags/pull-loongarch-20250828 for you to fetch changes up to 86bca40402316891b8b9a920c2e3bf8cf37ba9a4: hw/intc/loongarch_pch_pic: Fix ubsan warning and endianness issue (2025-08-28 20:06:27 +0800) ---------------------------------------------------------------- pull-loongarch-20250828 ---------------------------------------------------------------- Thomas Huth (1): hw/intc/loongarch_pch_pic: Fix ubsan warning and endianness issue WANG Rui (1): target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro hw/intc/loongarch_pch_pic.c | 15 ++++----- target/loongarch/tcg/insn_trans/trans_atomic.c.inc | 36 +++++++++++----------- target/loongarch/tcg/insn_trans/trans_extra.c.inc | 8 +++-- target/loongarch/tcg/insn_trans/trans_farith.c.inc | 8 ++--- target/loongarch/tcg/insn_trans/trans_fcnv.c.inc | 4 +-- .../loongarch/tcg/insn_trans/trans_fmemory.c.inc | 16 +++++----- .../tcg/insn_trans/trans_privileged.c.inc | 4 +-- target/loongarch/tcg/insn_trans/trans_shift.c.inc | 4 +-- target/loongarch/translate.h | 4 +++ 9 files changed, 54 insertions(+), 45 deletions(-)