ACPI: Add definitions for the SPCR table
[qemu/ar7.git] / stubs / arch-query-cpu-def.c
blob22e0b43de947be93eaec93dd5a8deba705545a27
1 #include "qemu-common.h"
2 #include "sysemu/arch_init.h"
3 #include "qapi/qmp/qerror.h"
5 CpuDefinitionInfoList *arch_query_cpu_definitions(Error **errp)
7 error_set(errp, QERR_UNSUPPORTED);
8 return NULL;