Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "qemu/osdep.h"
#include "hw/virtio/vhost.h"
#include "hw/virtio/vhost-user.h"
bool vhost_has_free_slot(void)
{
return true;
}
bool vhost_user_init(VhostUserState *user, CharBackend *chr, Error **errp)
return false;
void vhost_user_cleanup(VhostUserState *user)
void vhost_toggle_device_iotlb(VirtIODevice *vdev)