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
fdc: add physical disk sizes
[qemu/kevin.git]
/
stubs
/
kvm.c
blob
828b824f2ccf30f6b1e949bcb6b6779d5ecc7a79
1
#include
"qemu-common.h"
2
#include
"sysemu/kvm.h"
3
4
int
kvm_arch_irqchip_create
(
MachineState
*
ms
,
KVMState
*
s
)
5
{
6
return
0
;
7
}