repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/block/nvme: Simplify if-statements a little bit
[qemu/kevin.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
}