Sign in
qemu
/
qemu
/
ea9025cb49027d9b3c4f48c56602351b9cf65ff1
/
.
/
hw
/
virtio
/
vhost-stub.c
blob: 049089b5e2faae9845e3e6ba4def86de051e49ca [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"hw/virtio/vhost.h"
#include
"hw/virtio/vhost-user.h"
bool
vhost_has_free_slot
(
void
)
{
return
true
;
}
VhostUserState
*
vhost_user_init
(
void
)
{
return
NULL
;
}
void
vhost_user_cleanup
(
VhostUserState
*
user
)
{
}