Sign in
qemu
/
qemu
/
refs/heads/stable-2.1
/
.
/
stubs
/
arch-query-cpu-def.c
blob: 22e0b43de947be93eaec93dd5a8deba705545a27 [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"sysemu/arch_init.h"
#include
"qapi/qmp/qerror.h"
CpuDefinitionInfoList
*
arch_query_cpu_definitions
(
Error
**
errp
)
{
error_set
(
errp
,
QERR_UNSUPPORTED
);
return
NULL
;
}