]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/acpi/acpi-stub.c
Merge tag 'pull-nbd-2023-09-07-v2' of https://repo.or.cz/qemu/ericb into staging
[mirror_qemu.git] / hw / acpi / acpi-stub.c
index 4c9d081ed48e10fdf6a56d81a442ed66acd44253..e268ce9b1a9c7d9199ba776f084b8f199cd4f5c5 100644 (file)
  */
 
 #include "qemu/osdep.h"
-#include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "hw/acpi/acpi.h"
 
 void acpi_table_add(const QemuOpts *opts, Error **errp)
 {
-    error_setg(errp, QERR_UNSUPPORTED);
+    g_assert_not_reached();
 }