]> git.proxmox.com Git - qemu.git/blobdiff - hw/pc.h
like acpi_table_install(), acpi_table_add() should propagate Errors
[qemu.git] / hw / pc.h
diff --git a/hw/pc.h b/hw/pc.h
index 613520dd61616b04c1b1d315f63b03b5c726f3c0..55964ced933e0c1243c6123a93f0e3650e8fe8d5 100644 (file)
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -113,7 +113,7 @@ extern char unsigned *acpi_tables;
 extern size_t acpi_tables_len;
 
 void acpi_bios_init(void);
-int acpi_table_add(const QemuOpts *opts);
+void acpi_table_add(const QemuOpts *opts, Error **errp);
 
 /* acpi_piix.c */