mbox series

[0/3] hw/loongarch/virt: Code cleanup

Message ID 20250208070655.3039366-1-maobibo@loongson.cn (mailing list archive)
Headers show
Series hw/loongarch/virt: Code cleanup | expand

Message

bibo mao Feb. 8, 2025, 7:06 a.m. UTC
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

Comments

Philippe Mathieu-Daudé Feb. 9, 2025, 5:58 p.m. UTC | #1
On 8/2/25 08:06, Bibo Mao wrote:
> 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

Series:Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>