Lines Matching refs:user
3 vhost-user back ends
6 vhost-user back ends are way to service the request of VirtIO devices
10 vhost-user device
16 device that connects via a socket to the vhost-user *daemon*.
21 .. list-table:: vhost-user devices
28 * - vhost-user-blk
30 - See contrib/vhost-user-blk
31 * - vhost-user-fs
34 * - vhost-user-gpio
37 * - vhost-user-gpu
39 - See contrib/vhost-user-gpu
40 * - vhost-user-i2c
43 * - vhost-user-input
46 * - vhost-user-rng
49 * - vhost-user-scmi
52 * - vhost-user-snd
55 * - vhost-user-scsi
57 - See contrib/vhost-user-scsi
58 * - vhost-user-vsock
63 implementing the device and using the vhost-user protocol should work.
65 vhost-user-device
68 The vhost-user-device is a generic development device intended for
69 expert use while developing new backends. The user needs to specify
77 To prevent user confusion you cannot currently instantiate
78 vhost-user-device without first patching out::
83 in ``vhost-user-device.c`` and ``vhost-user-device-pci.c`` file and
86 vhost-user daemon
126 -device vhost-user-foo,chardev=ba1,$OTHER_ARGS \\