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