Sign in
qemu
/
qemu
/
7b8be49d36fc0a48e41ede7ba7e046c1db2b89bc
/
.
/
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
;
}