]> Git Repo - qemu.git/blob - stubs/vhost.c
trace: split trace_init_file out of trace_init_backends
[qemu.git] / stubs / vhost.c
1 #include "hw/virtio/vhost.h"
2
3 bool vhost_has_free_slot(void)
4 {
5     return true;
6 }
This page took 0.024483 seconds and 4 git commands to generate.