]> Git Repo - qemu.git/blob - stubs/arch-query-cpu-def.c
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into...
[qemu.git] / stubs / arch-query-cpu-def.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "sysemu/arch_init.h"
4 #include "qapi/error.h"
5 #include "qapi/qmp/qerror.h"
6
7 CpuDefinitionInfoList *arch_query_cpu_definitions(Error **errp)
8 {
9     error_setg(errp, QERR_UNSUPPORTED);
10     return NULL;
11 }
This page took 0.023996 seconds and 4 git commands to generate.