Peter Maydell | 87c9b5e | 2016-01-29 17:49:52 +0000 | [diff] [blame] | 1 | #include "qemu/osdep.h" |
Christoffer Dall | d6032e0 | 2014-02-26 17:20:00 +0000 | [diff] [blame] | 2 | #include "qemu-common.h" |
3 | #include "sysemu/kvm.h" | ||||
4 | |||||
Paolo Bonzini | 15eafc2 | 2015-12-17 17:16:08 +0100 | [diff] [blame] | 5 | int kvm_arch_irqchip_create(MachineState *ms, KVMState *s) |
Christoffer Dall | d6032e0 | 2014-02-26 17:20:00 +0000 | [diff] [blame] | 6 | { |
7 | return 0; | ||||
8 | } |