projects
/
sdk
/
emulator
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
vhost: add vhost_has_free_slot() interface
[sdk/emulator/qemu.git]
/
stubs
/
vhost.c
1
#include "hw/virtio/vhost.h"
2
3
bool vhost_has_free_slot(void)
4
{
5
return true;
6
}