The following changes since commit 58d49b5895f2e0b5cfe4b2901bf24f3320b74f29:
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2024-10-29 14:00:43 +0000) are available in the Git repository at: https://github.com/philmd/qemu.git tags/mips-20241031 for you to fetch changes up to dcc3c68c844fef7bc018ab53f0993b8d44137d77: target/mips: Remove unused CPUMIPSState::current_fpu field (2024-10-31 00:48:45 -0300) ---------------------------------------------------------------- MIPS patches queue - Migrate missing CP0 TLB MemoryMapID register (Yongbok) - Enable MSA ASE for mips32r6-generic (Aleksandar) - Convert Loongson LEXT opcodes to decodetree (Phil) - Introduce ase_3d_available and disas_mt_available helpers (Phil) ---------------------------------------------------------------- Aleksandar Markovic (1): target/mips: Enable MSA ASE for mips32r6-generic Philippe Mathieu-Daudé (12): target/mips: Extract decode_64bit_enabled() helper target/mips: Simplify Loongson MULTU.G opcode target/mips: Re-introduce OPC_ADDUH_QB_DSP and OPC_MUL_PH_DSP target/mips: Convert Loongson DDIV.G opcodes to decodetree target/mips: Convert Loongson DIV.G opcodes to decodetree target/mips: Convert Loongson [D]DIVU.G opcodes to decodetree target/mips: Convert Loongson [D]MOD[U].G opcodes to decodetree target/mips: Convert Loongson [D]MULT[U].G opcodes to decodetree target/mips: Remove unreachable 32-bit code on 64-bit Loongson Ext target/mips: Introduce ase_3d_available() helper target/mips: Introduce disas_mt_available() target/mips: Remove unused CPUMIPSState::current_fpu field Yongbok Kim (1): target/mips: Migrate TLB MemoryMapID register target/mips/cpu.h | 7 +- target/mips/mips-defs.h | 2 - target/mips/tcg/translate.h | 8 + target/mips/tcg/godson2.decode | 27 ++ target/mips/tcg/loong-ext.decode | 28 ++ target/mips/sysemu/machine.c | 9 +- target/mips/tcg/loong_translate.c | 271 ++++++++++++++ target/mips/tcg/translate.c | 415 +++++----------------- target/mips/cpu-defs.c.inc | 16 +- target/mips/tcg/micromips_translate.c.inc | 5 +- target/mips/tcg/meson.build | 3 + 11 files changed, 452 insertions(+), 339 deletions(-) create mode 100644 target/mips/tcg/godson2.decode create mode 100644 target/mips/tcg/loong-ext.decode create mode 100644 target/mips/tcg/loong_translate.c -- 2.45.2