Home
last modified time | relevance | path

Searched refs:user_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvhost.h139 extern const VhostOps user_ops;
/openbmc/qemu/hw/virtio/
H A Dvhost.c321 dev->vhost_ops = &user_ops; in vhost_set_backend_type()
H A Dvhost-user.c3015 const VhostOps user_ops = { variable