The acpi-build.c file contains routines common to the QEMU "PC"
machines (Q35+ICH & i440FX+PIIX), rename it as acpi-pc.c.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
hw/i386/{acpi-build.c => acpi-pc.c} | 0
hw/i386/meson.build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename hw/i386/{acpi-build.c => acpi-pc.c} (100%)
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-pc.c
similarity index 100%
rename from hw/i386/acpi-build.c
rename to hw/i386/acpi-pc.c
diff --git a/hw/i386/meson.build b/hw/i386/meson.build
index e5d109f5c64..f95ed7d4efe 100644
--- a/hw/i386/meson.build
+++ b/hw/i386/meson.build
@@ -22,7 +22,7 @@
i386_ss.add(when: 'CONFIG_PC', if_true: files(
'pc.c',
'pc_sysfw.c',
- 'acpi-build.c',
+ 'acpi-pc.c',
'port92.c'))
subdir('kvm')
--
2.31.1