]> Git Repo - qemu.git/blob - stubs/kvm.c
linux-user: add getrandom() syscall
[qemu.git] / stubs / kvm.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "sysemu/kvm.h"
4
5 int kvm_arch_irqchip_create(MachineState *ms, KVMState *s)
6 {
7     return 0;
8 }
This page took 0.025532 seconds and 4 git commands to generate.