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