Add qemu 2.4.0
[kvmfornfv.git] / qemu / stubs / arch-query-cpu-def.c
1 #include "qemu-common.h"
2 #include "sysemu/arch_init.h"
3 #include "qapi/qmp/qerror.h"
4
5 CpuDefinitionInfoList *arch_query_cpu_definitions(Error **errp)
6 {
7     error_setg(errp, QERR_UNSUPPORTED);
8     return NULL;
9 }