repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
msmouse: send short messages if possible.
[qemu/kevin.git]
/
stubs
/
vhost.c
blob
2d76cdebdc5b481ea95647d581a206c4fac47b35
1
#include
"qemu/osdep.h"
2
#include
"hw/virtio/vhost.h"
3
4
bool
vhost_has_free_slot
(
void
)
5
{
6
return true
;
7
}