repo.or.cz
/
qemu
/
cris-port.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vga: Start cutting out non-32bpp conversion support
[qemu/cris-port.git]
/
stubs
/
kvm.c
blob
e7c60b6e0c5e56a8a7af86f5c213056854d0ecbf
1
#include
"qemu-common.h"
2
#include
"sysemu/kvm.h"
3
4
int
kvm_arch_irqchip_create
(
KVMState
*
s
)
5
{
6
return
0
;
7
}