git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
exec: remove ram_addr argument from qemu_ram_block_from_host
[qemu.git]
/
stubs
/
vhost.c
1
#include
"qemu/osdep.h"
2
#include
"hw/virtio/vhost.h"
3
4
bool
vhost_has_free_slot
(
void
)
5
{
6
return true
;
7
}