Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160928-1' into staging
[qemu/kevin.git] / stubs / arch-query-cpu-def.c
blobcefe4beb82529a76ef88438ef210c55ba95660cd
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "sysemu/arch_init.h"
4 #include "qapi/qmp/qerror.h"
6 CpuDefinitionInfoList *arch_query_cpu_definitions(Error **errp)
8 error_setg(errp, QERR_UNSUPPORTED);
9 return NULL;