The following changes since commit 37ad0e48e9fd58b170abbf31c18a994346f62ed7:
Merge tag 'pull-10.2-maintainer-071025-1' of https://gitlab.com/stsquad/qemu into staging (2025-10-07 08:46:28 -0700) are available in the Git repository at: https://github.com/gaosong715/qemu.git tags/pull-loongarch-20251009 for you to fetch changes up to fa6af7f6bf6dbc4c83595905d2572ad86358aa67: target/loongarch: Define loongarch_exception_name() as static (2025-10-09 19:11:37 +0800) ---------------------------------------------------------------- pull-loongarch-20251009 ---------------------------------------------------------------- Bibo Mao (3): target/loongarch: Move TCG specified functions to tcg_cpu.c target/loongarch: Move function do_raise_exception() to tcg_cpu.c target/loongarch: Define loongarch_exception_name() as static Huacai Chen (3): bios-tables-test-allowed-diff.h: Allow LoongArch DSDT.* hw/loongarch/virt: Align VIRT_GED_CPUHP_ADDR to 4 bytes tests/data/acpi/loongarch64: Update expected DSDT.* include/hw/loongarch/virt.h | 6 +- target/loongarch/cpu.c | 318 +----------------------- target/loongarch/internals.h | 4 +- target/loongarch/tcg/meson.build | 1 + target/loongarch/tcg/tcg_cpu.c | 322 +++++++++++++++++++++++++ target/loongarch/tcg/tcg_loongarch.h | 1 + tests/data/acpi/loongarch64/virt/DSDT | Bin 4603 -> 4603 bytes tests/data/acpi/loongarch64/virt/DSDT.memhp | Bin 5824 -> 5824 bytes tests/data/acpi/loongarch64/virt/DSDT.numamem | Bin 4609 -> 4609 bytes tests/data/acpi/loongarch64/virt/DSDT.topology | Bin 4905 -> 4905 bytes 10 files changed, 331 insertions(+), 321 deletions(-) create mode 100644 target/loongarch/tcg/tcg_cpu.c
