Sign in
qemu
/
qemu
/
04c95f4da7f657a0bef17d115d0a5ca2ac0e2d22
/
.
/
stubs
/
vhost.c
blob: 2d76cdebdc5b481ea95647d581a206c4fac47b35 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"hw/virtio/vhost.h"
bool
vhost_has_free_slot
(
void
)
{
return
true
;
}