On 2/24/26 10:20 AM, Philippe Mathieu-Daudé wrote:
acpi_interface.c should only register QOM interfaces. Move the acpi_send_event() function to core.c with the other event handlers.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- hw/acpi/acpi_interface.c | 9 --------- hw/acpi/core.c | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-)
Should you move the function declaration to hw/acpi/acpi.h in this case? Reviewed-by: Pierrick Bouvier <[email protected]>
