Sign in
qemu-android
/
qemu-android
/
83761b9244ad2ed39d3cfabe8a0e901ab906f7bf
/
.
/
stubs
/
kvm.c
blob: e7c60b6e0c5e56a8a7af86f5c213056854d0ecbf [
file
]
#include
"qemu-common.h"
#include
"sysemu/kvm.h"
int
kvm_arch_irqchip_create
(
KVMState
*
s
)
{
return
0
;
}