Sign in
qemu
/
qemu
/
44713c9e8547f0ff41e3e257f0dd5c17bb497225
/
.
/
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
;
}