These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / kvm.c
index e7c60b6..ddd6204 100644 (file)
@@ -1,7 +1,8 @@
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "sysemu/kvm.h"
 
-int kvm_arch_irqchip_create(KVMState *s)
+int kvm_arch_irqchip_create(MachineState *ms, KVMState *s)
 {
     return 0;
 }