repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qdev: Clean up around properties
[qemu/ar7.git]
/
stubs
/
kvm.c
blob
ddd620499d14e19748c250f93361d6e32b76ba40
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"sysemu/kvm.h"
4
5
int
kvm_arch_irqchip_create
(
MachineState
*
ms
,
KVMState
*
s
)
6
{
7
return
0
;
8
}