Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151021' into staging
[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 }