]> Git Repo - qemu.git/blob - stubs/kvm.c
target-arm: Set CPU has_el3 prop during virt init
[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.024202 seconds and 4 git commands to generate.