aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/cxl-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/acpi/cxl-stub.c')
-rw-r--r--hw/acpi/cxl-stub.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/hw/acpi/cxl-stub.c b/hw/acpi/cxl-stub.c
new file mode 100644
index 0000000000..15bc21076b
--- /dev/null
+++ b/hw/acpi/cxl-stub.c
@@ -0,0 +1,12 @@
+
+/*
+ * Stubs for ACPI platforms that don't support CXl
+ */
+#include "qemu/osdep.h"
+#include "hw/acpi/aml-build.h"
+#include "hw/acpi/cxl.h"
+
+void build_cxl_osc_method(Aml *dev)
+{
+ g_assert_not_reached();
+}