diff options
| author | zhaolichang <zhaolichang@huawei.com> | 2020-09-17 15:50:22 +0800 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-17 20:37:13 +0200 |
| commit | 76ca4b58c295e154dfe9c2405141e81ce928c19c (patch) | |
| tree | 806fd5f82b82da76bef70540867cf902f6fa4496 /docs/interop/vhost-user.rst | |
| parent | 3a4452d896821f87f6a933c4cd132c3ff0f58bb4 (diff) | |
| download | focaccia-qemu-76ca4b58c295e154dfe9c2405141e81ce928c19c.tar.gz focaccia-qemu-76ca4b58c295e154dfe9c2405141e81ce928c19c.zip | |
docs/: fix some comment spelling errors
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the docs folder. Signed-off-by: zhaolichang <zhaolichang@huawei.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200917075029.313-4-zhaolichang@huawei.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'docs/interop/vhost-user.rst')
| -rw-r--r-- | docs/interop/vhost-user.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/interop/vhost-user.rst b/docs/interop/vhost-user.rst index 10e3e3475e..988f154144 100644 --- a/docs/interop/vhost-user.rst +++ b/docs/interop/vhost-user.rst @@ -464,7 +464,7 @@ the ``VHOST_USER_SET_MEM_TABLE`` request. For invalidation events, the (3), the I/O virtual address and the size. On success, the slave is expected to reply with a zero payload, non-zero otherwise. -The slave relies on the slave communcation channel (see :ref:`Slave +The slave relies on the slave communication channel (see :ref:`Slave communication <slave_communication>` section below) to send IOTLB miss and access failure events, by sending ``VHOST_USER_SLAVE_IOTLB_MSG`` requests to the master with a ``struct vhost_iotlb_msg`` as @@ -1450,7 +1450,7 @@ vhost-user backends can provide various devices & services and may need to be configured manually depending on the use case. However, it is a good idea to follow the conventions listed here when possible. Users, QEMU or libvirt, can then rely on some common -behaviour to avoid heterogenous configuration and management of the +behaviour to avoid heterogeneous configuration and management of the backend programs and facilitate interoperability. Each backend installed on a host system should come with at least one |