Re: [PATCH 06/12] hw/loongarch/virt: prefix ACPI helper with loongarch_virt_
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 23/8/26 17:07, Yonggang Luo wrote: > - virt_acpi_setup is the same C symbol used by ARM and RISC-V virt. > Rename it now so a later combined binary does not need meson -D > prefixes for LoongArch. > - Rename the file-local virt_is_acpi_enabled to > loongarch_virt_is_acpi_enabled to match. > > Signed-off-by: Yonggang Luo <[email protected]> > --- > hw/loongarch/virt-acpi-build.c | 6 +++--- > hw/loongarch/virt.c | 2 +- > include/hw/loongarch/virt.h | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>