Re: [PATCH 05/12] hw/riscv/virt: prefix ACPI helpers with riscv_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 and virt_is_acpi_enabled collide with ARM virt when > both architectures are linked into one qemu-system binary. > - Rename the RISC-V helpers to riscv_virt_acpi_setup and > riscv_virt_is_acpi_enabled. Leave file-local virt_acpi_build* names > unchanged. > > Signed-off-by: Yonggang Luo <[email protected]> > --- > hw/riscv/virt-acpi-build.c | 2 +- > hw/riscv/virt.c | 6 +++--- > include/hw/riscv/virt.h | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>