repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
softmmu: move softmmu_template.h out of include/
[qemu/rayw.git]
/
stubs
/
arch-query-cpu-def.c
blob
22e0b43de947be93eaec93dd5a8deba705545a27
1
#include
"qemu-common.h"
2
#include
"sysemu/arch_init.h"
3
#include
"qapi/qmp/qerror.h"
4
5
CpuDefinitionInfoList
*
arch_query_cpu_definitions
(
Error
**
errp
)
6
{
7
error_set
(
errp
,
QERR_UNSUPPORTED
);
8
return
NULL
;
9
}