Home
last modified time | relevance | path

Searched refs:VhostUserBackend (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dvhost-user-backend.h25 OBJECT_DECLARE_SIMPLE_TYPE(VhostUserBackend,
30 struct VhostUserBackend { struct
43 int vhost_user_backend_dev_init(VhostUserBackend *b, VirtIODevice *vdev, argument
45 void vhost_user_backend_start(VhostUserBackend *b);
46 void vhost_user_backend_stop(VhostUserBackend *b);
/openbmc/qemu/backends/
H A Dvhost-user.c24 vhost_user_backend_dev_init(VhostUserBackend *b, VirtIODevice *vdev, in vhost_user_backend_dev_init()
49 vhost_user_backend_start(VhostUserBackend *b) in vhost_user_backend_start()
101 vhost_user_backend_stop(VhostUserBackend *b) in vhost_user_backend_stop()
128 VhostUserBackend *b = VHOST_USER_BACKEND(obj); in set_chardev()
156 VhostUserBackend *b = VHOST_USER_BACKEND(obj); in get_chardev()
173 VhostUserBackend *b = VHOST_USER_BACKEND(obj); in vhost_user_backend_finalize()
185 .instance_size = sizeof(VhostUserBackend),
/openbmc/qemu/docs/interop/
H A Dvhost-user.json173 # @VhostUserBackend:
177 # It is possible for multiple @VhostUserBackend elements to match the
183 # containing a single @VhostUserBackend root element) with a
260 'struct' : 'VhostUserBackend',
H A Dvhost-user.rst1905 criteria (see ``@VhostUserBackend`` documentation in the schema file).
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h239 VhostUserBackend *vhost;
/openbmc/qemu/docs/devel/
H A Dvirtio-backends.rst209 Using it this way entails adding a ``struct VhostUserBackend`` to your