Sign in
qemu
/
qemu
/
ddf3b47ef4b5ed0bf6558d4c2c8ae130b8d8a580
/
.
/
stubs
/
arch-query-cpu-def.c
blob: d436f953145b762d6271369bfedc86094613df79 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qemu-common.h"
#include
"sysemu/arch_init.h"
#include
"qapi/error.h"
#include
"qapi/qmp/qerror.h"
CpuDefinitionInfoList
*
arch_query_cpu_definitions
(
Error
**
errp
)
{
error_setg
(
errp
,
QERR_UNSUPPORTED
);
return
NULL
;
}