repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iotests: Warn if python subprocess is killed
[qemu.git]
/
stubs
/
arch-query-cpu-def.c
blob
a975ab453a3785482db158b451f088238436416a
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_setg
(
errp
,
QERR_UNSUPPORTED
);
8
return
NULL
;
9
}