aboutsummaryrefslogtreecommitdiff
path: root/stubs/vhost.c
blob: 2d76cdebdc5b481ea95647d581a206c4fac47b35 (plain)
1
2
3
4
5
6
7
#include "qemu/osdep.h"
#include "hw/virtio/vhost.h"

bool vhost_has_free_slot(void)
{
    return true;
}