]> Git Repo - qemu.git/blame - hw/virtio/vhost-stub.c
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170717-pull-request' into...
[qemu.git] / hw / virtio / vhost-stub.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
2ce68e4c
IM
2#include "hw/virtio/vhost.h"
3
4bool vhost_has_free_slot(void)
5{
6 return true;
7}
This page took 0.118194 seconds and 4 git commands to generate.