summary refs log tree commit diff stats
path: root/hw/acpi/acpi-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/acpi/acpi-stub.c')
-rw-r--r--hw/acpi/acpi-stub.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/acpi/acpi-stub.c b/hw/acpi/acpi-stub.c
index e268ce9b1a..790bf509e5 100644
--- a/hw/acpi/acpi-stub.c
+++ b/hw/acpi/acpi-stub.c
@@ -25,3 +25,8 @@ void acpi_table_add(const QemuOpts *opts, Error **errp)
 {
     g_assert_not_reached();
 }
+
+bool acpi_builtin(void)
+{
+    return false;
+}