This is code cleanup with loongArch virt machine type. One separate file
is added for fdt table building, also rename file acpi-build with
virt-acpi-build.
It is only cod movement and function rename. There is no any function
change.
Bibo Mao (3):
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/meson.build | 6 +-
.../{acpi-build.c => virt-acpi-build.c} | 6 +-
hw/loongarch/virt-fdt-build.c | 535 ++++++++++++++++++
hw/loongarch/virt.c | 526 +----------------
include/hw/loongarch/virt.h | 3 +-
5 files changed, 545 insertions(+), 531 deletions(-)
rename hw/loongarch/{acpi-build.c => virt-acpi-build.c} (99%)
create mode 100644 hw/loongarch/virt-fdt-build.c
base-commit: 131c58469f6fb68c89b38fee6aba8bbb20c7f4bf
--
2.39.3