]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/loongarch/virt: Rename filename acpi-build with virt-acpi-build
authorBibo Mao <maobibo@loongson.cn>
Sat, 8 Feb 2025 07:06:53 +0000 (15:06 +0800)
committerBibo Mao <maobibo@loongson.cn>
Wed, 12 Feb 2025 01:50:20 +0000 (09:50 +0800)
File acpi-build.c is relative with virt machine type, rename it with
virt-acpi-build.c

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/loongarch/meson.build
hw/loongarch/virt-acpi-build.c [moved from hw/loongarch/acpi-build.c with 100% similarity]

index 005f017e211db2338662b9074dd263fa032f0fc2..3f020de7dc6ded06d55ea61b76f908dd3ff25c4d 100644 (file)
@@ -4,6 +4,6 @@ loongarch_ss.add(files(
 ))
 common_ss.add(when: 'CONFIG_LOONGARCH_VIRT', if_true: files('fw_cfg.c'))
 loongarch_ss.add(when: 'CONFIG_LOONGARCH_VIRT', if_true: files('virt.c'))
-loongarch_ss.add(when: 'CONFIG_ACPI', if_true: files('acpi-build.c'))
+loongarch_ss.add(when: 'CONFIG_ACPI', if_true: files('virt-acpi-build.c'))
 
 hw_arch += {'loongarch': loongarch_ss}