qemu-e2k/stubs/vhost.c

8 lines
106 B
C

#include "qemu/osdep.h"
#include "hw/virtio/vhost.h"
bool vhost_has_free_slot(void)
{
return true;
}