repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libqtest: Inline g_assert_no_errno()
[qemu/armbru.git]
/
hw
/
virtio
/
vhost-stub.c
blob
049089b5e2faae9845e3e6ba4def86de051e49ca
1
#include
"qemu/osdep.h"
2
#include
"hw/virtio/vhost.h"
3
#include
"hw/virtio/vhost-user.h"
4
5
bool
vhost_has_free_slot
(
void
)
6
{
7
return true
;
8
}
9
10
VhostUserState
*
vhost_user_init
(
void
)
11
{
12
return
NULL
;
13
}
14
15
void
vhost_user_cleanup
(
VhostUserState
*
user
)
16
{
17
}