The following changes since commit ffaf7f0376f8040ce9068d71ae9ae8722505c42e:
Merge tag 'pull-10.0-testing-and-gdstub-updates-100225-1' of https://gitlab.com/stsquad/qemu into staging (2025-02-10 13:26:17 -0500) are available in the Git repository at: https://gitlab.com/bibo-mao/qemu.git tags/pull-loongarch-20250212 for you to fetch changes up to 456739ce4347c21b6fa2ec1b6585bc4a6504446f: hw/loongarch/virt: CPU irq line connection improvement (2025-02-12 10:05:22 +0800) ---------------------------------------------------------------- pull-loongarch-20250212 queue ---------------------------------------------------------------- Bibo Mao (6): hw/loongarch/virt: Rename filename acpi-build with virt-acpi-build hw/loongarch/virt: Rename function prefix name hw/loongarch/virt: Add separate file for fdt building hw/loongarch/virt: Set iocsr address space when CPU is created hw/loongarch/virt: Remove unused ipistate hw/loongarch/virt: CPU irq line connection improvement hw/loongarch/meson.build | 6 +- hw/loongarch/{acpi-build.c => virt-acpi-build.c} | 6 +- hw/loongarch/virt-fdt-build.c | 535 ++++++++++++++++++++ hw/loongarch/virt.c | 593 ++--------------------- include/hw/loongarch/virt.h | 5 +- target/loongarch/cpu.h | 2 - 6 files changed, 584 insertions(+), 563 deletions(-) rename hw/loongarch/{acpi-build.c => virt-acpi-build.c} (99%) create mode 100644 hw/loongarch/virt-fdt-build.c