Home
last modified time | relevance | path

Searched refs:virtio_add_vhost_device (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-virtio-dmabuf.c51 virtio_add_vhost_device(&uuid, dev); in test_add_remove_dev()
88 g_assert_false(virtio_add_vhost_device(&uuid, dev)); in test_add_invalid_resource()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-dmabuf.h58 bool virtio_add_vhost_device(QemuUUID *uuid, struct vhost_dev *dev);
/openbmc/qemu/hw/display/
H A Dvirtio-dmabuf.c69 bool virtio_add_vhost_device(QemuUUID *uuid, struct vhost_dev *dev) in virtio_add_vhost_device() function
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1626 return !virtio_add_vhost_device(&uuid, dev); in vhost_user_backend_handle_shared_object_add()