blob: 828b824f2ccf30f6b1e949bcb6b6779d5ecc7a79 [file] [log] [blame]
#include "qemu-common.h"
#include "sysemu/kvm.h"
int kvm_arch_irqchip_create(MachineState *ms, KVMState *s)
{
return 0;
}