qemu-e2k/stubs/vhost.c

7 lines
82 B
C

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