xref
: /
qemu
/
hw
/
virtio
/
vhost-stub.c
(revision 2ce68e4cf5be9b5176a3c3c372948d6340724d2d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
hw
/
virtio
/
vhost.h
"
2
3
bool
vhost_has_free_slot
(
void
)
4
{
5
return
true
;
6
}
7