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