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