The following changes since commit cf86770c7aa31ebd6e56f4eeb25c34107f92c51e:
Merge tag 'pull-request-2025-01-21v2' of https://gitlab.com/thuth/qemu into staging (2025-01-22 09:59:02 -0500) are available in the Git repository at: https://gitlab.com/bibo-mao/qemu.git tags/pull-loongarch-20250124 for you to fetch changes up to 3215fe8528de45a1794f0314623cc10bd8e8e19f: target/loongarch: Dump all generic CSR registers (2025-01-24 14:49:24 +0800) ---------------------------------------------------------------- pull-loongarch-20250124 queue ---------------------------------------------------------------- Bibo Mao (7): target/loongarch: Add dynamic function access with CSR register target/loongarch: Remove static CSR function setting target/loongarch: Add generic csr function type target/loongarch: Add common header file for CSR registers target/loongarch: Add common source file for CSR register target/loongarch: Set unused flag with CSR registers target/loongarch: Dump all generic CSR registers target/loongarch/cpu.c | 96 +++++++++--- target/loongarch/csr.c | 129 +++++++++++++++++ target/loongarch/csr.h | 29 ++++ target/loongarch/meson.build | 1 + .../tcg/insn_trans/trans_privileged.c.inc | 161 +++++---------------- target/loongarch/tcg/tcg_loongarch.h | 12 ++ target/loongarch/tcg/translate.c | 5 + 7 files changed, 294 insertions(+), 139 deletions(-) create mode 100644 target/loongarch/csr.c create mode 100644 target/loongarch/csr.h create mode 100644 target/loongarch/tcg/tcg_loongarch.h