]> Git Repo - qemu.git/blob - stubs/kvm.c
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-12-22' into staging
[qemu.git] / stubs / kvm.c
1 #include "qemu-common.h"
2 #include "sysemu/kvm.h"
3
4 int kvm_arch_irqchip_create(MachineState *ms, KVMState *s)
5 {
6     return 0;
7 }
This page took 0.024128 seconds and 4 git commands to generate.