Sign in
qemu-android
/
qemu-android
/
89bc0b6cae6e40e9247bf911162b0aee0c818c4c
/
.
/
stubs
/
kvm.c
blob: 828b824f2ccf30f6b1e949bcb6b6779d5ecc7a79 [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"sysemu/kvm.h"
int
kvm_arch_irqchip_create
(
MachineState
*
ms
,
KVMState
*
s
)
{
return
0
;
}