These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / kvm.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "sysemu/kvm.h"
4
5 int kvm_arch_irqchip_create(MachineState *ms, KVMState *s)
6 {
7     return 0;
8 }