aboutsummaryrefslogtreecommitdiff
path: root/stubs/kvm.c
blob: e7c60b6e0c5e56a8a7af86f5c213056854d0ecbf (plain)
1
2
3
4
5
6
7
#include "qemu-common.h"
#include "sysemu/kvm.h"

int kvm_arch_irqchip_create(KVMState *s)
{
    return 0;
}