diff options
| author | Leo Yan <leo.yan@linaro.org> | 2024-01-04 21:09:43 +0000 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2024-02-14 06:09:32 -0500 |
| commit | 887d5775863b8804bacba6fe1a860ed3ea5cfdd9 (patch) | |
| tree | 608477b829a7e01e824950eb46caca487e7bf444 /docs/system/devices/vhost-user.rst | |
| parent | a26105dd56a11d5aec618fc5429ae7932d3221c5 (diff) | |
| download | focaccia-qemu-887d5775863b8804bacba6fe1a860ed3ea5cfdd9.tar.gz focaccia-qemu-887d5775863b8804bacba6fe1a860ed3ea5cfdd9.zip | |
docs/system: Add vhost-user-input documentation
This adds basic documentation for vhost-user-input. Signed-off-by: Leo Yan <leo.yan@linaro.org> Message-Id: <20231120043721.50555-3-leo.yan@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240104210945.1223134-10-alex.bennee@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs/system/devices/vhost-user.rst')
| -rw-r--r-- | docs/system/devices/vhost-user.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/system/devices/vhost-user.rst b/docs/system/devices/vhost-user.rst index c6afc4836f..9b2da106ce 100644 --- a/docs/system/devices/vhost-user.rst +++ b/docs/system/devices/vhost-user.rst @@ -42,7 +42,7 @@ platform details for what sort of virtio bus to use. - See https://github.com/rust-vmm/vhost-device * - vhost-user-input - Generic input driver - - See contrib/vhost-user-input + - :ref:`vhost_user_input` * - vhost-user-rng - Entropy driver - :ref:`vhost_user_rng` @@ -91,6 +91,8 @@ following the :ref:`vhost_user_proto`. There are a number of daemons that can be built when enabled by the project although any daemon that meets the specification for a given device can be used. +.. _shared_memory_object: + Shared memory object ==================== |