]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/kvm.c
tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZE
[mirror_qemu.git] / stubs / kvm.c
1 #include "qemu-common.h"
2 #include "sysemu/kvm.h"
3
4 int kvm_arch_irqchip_create(KVMState *s)
5 {
6 return 0;
7 }