diff options
| author | Bibo Mao <maobibo@loongson.cn> | 2025-02-08 15:06:53 +0800 |
|---|---|---|
| committer | Bibo Mao <maobibo@loongson.cn> | 2025-02-12 09:50:20 +0800 |
| commit | 5dd3a714d50d2777a33b53c7cb3192fbd49f4bb7 (patch) | |
| tree | cba7d4a6d8116506143b81efae5f7b17225ae1d9 | |
| parent | ffaf7f0376f8040ce9068d71ae9ae8722505c42e (diff) | |
| download | focaccia-qemu-5dd3a714d50d2777a33b53c7cb3192fbd49f4bb7.tar.gz focaccia-qemu-5dd3a714d50d2777a33b53c7cb3192fbd49f4bb7.zip | |
hw/loongarch/virt: Rename filename acpi-build with virt-acpi-build
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>
| -rw-r--r-- | hw/loongarch/meson.build | 2 | ||||
| -rw-r--r-- | hw/loongarch/virt-acpi-build.c (renamed from hw/loongarch/acpi-build.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hw/loongarch/meson.build b/hw/loongarch/meson.build index 005f017e21..3f020de7dc 100644 --- a/hw/loongarch/meson.build +++ b/hw/loongarch/meson.build @@ -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} diff --git a/hw/loongarch/acpi-build.c b/hw/loongarch/virt-acpi-build.c index fdd62acf7e..fdd62acf7e 100644 --- a/hw/loongarch/acpi-build.c +++ b/hw/loongarch/virt-acpi-build.c |