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

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