mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
hw/i386/fw_cfg: Check ACPI availability with acpi_builtin()
Define acpi_tables / acpi_tables_len stubs, then replace the compile-time CONFIG_ACPI check in fw_cfg.c by a runtime one. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Ani Sinha <anisinha@redhat.com> Message-Id: <20250307223949.54040-4-philmd@linaro.org>
This commit is contained in:
parent
e6ffea40e2
commit
bb99b92a6b
2 changed files with 7 additions and 4 deletions
|
@ -21,6 +21,9 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "hw/acpi/acpi.h"
|
||||
|
||||
char unsigned *acpi_tables;
|
||||
size_t acpi_tables_len;
|
||||
|
||||
void acpi_table_add(const QemuOpts *opts, Error **errp)
|
||||
{
|
||||
g_assert_not_reached();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue