On 2/24/26 10:20 AM, Philippe Mathieu-Daudé wrote:
acpi_interface.c should only register QOM interfaces. Move the qbus_build_aml() function to aml-build.c with the other AML build-related helpers.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- hw/acpi/acpi_interface.c | 10 ---------- hw/acpi/aml-build.c | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
