summaryrefslogblamecommitdiffstats
path: root/stubs/kvm.c
blob: ddd620499d14e19748c250f93361d6e32b76ba40 (plain) (tree)
1
2
3
4
5
6
7
8
                       


                        
                                                          


             
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "sysemu/kvm.h"

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