]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/kvm.c
9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]
[mirror_qemu.git] / 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 }