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
spapr: Fix migration of PCI host bridges from qemu-2.7
[qemu/rayw.git]
/
stubs
/
arch-query-cpu-def.c
blob
cefe4beb82529a76ef88438ef210c55ba95660cd
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"sysemu/arch_init.h"
4
#include
"qapi/qmp/qerror.h"
5
6
CpuDefinitionInfoList
*
arch_query_cpu_definitions
(
Error
**
errp
)
7
{
8
error_setg
(
errp
,
QERR_UNSUPPORTED
);
9
return
NULL
;
10
}