Sign in
qemu-android
/
qemu-android
/
0b34c98822c03c3493f94bc4a103de32415df3cc
/
.
/
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
;
}