]> Git Repo - qemu.git/blob - stubs/vhost.c
target-arm/arm-powerctl: wake up sleeping CPUs
[qemu.git] / stubs / vhost.c
1 #include "qemu/osdep.h"
2 #include "hw/virtio/vhost.h"
3
4 bool vhost_has_free_slot(void)
5 {
6     return true;
7 }
This page took 0.024157 seconds and 4 git commands to generate.