提交 963e64a4 编写于 作者: S Stefan Weil 提交者: Thomas Huth

docs: Fix some typos (most found by codespell)

Signed-off-by: NStefan Weil <sw@weilnetz.de>
Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: NThomas Huth <thuth@redhat.com>
上级 55d38d10
...@@ -104,7 +104,7 @@ Primary side. ...@@ -104,7 +104,7 @@ Primary side.
COLO Proxy: COLO Proxy:
Delivers packets to Primary and Seconday, and then compare the responses from Delivers packets to Primary and Seconday, and then compare the responses from
both side. Then decide whether to start a checkpoint according to some rules. both side. Then decide whether to start a checkpoint according to some rules.
Please refer to docs/colo-proxy.txt for more informations. Please refer to docs/colo-proxy.txt for more information.
Note: Note:
HeartBeat has not been implemented yet, so you need to trigger failover process HeartBeat has not been implemented yet, so you need to trigger failover process
......
...@@ -666,12 +666,12 @@ Master message types ...@@ -666,12 +666,12 @@ Master message types
Equivalent ioctl: VHOST_SET_VRING_ENDIAN Equivalent ioctl: VHOST_SET_VRING_ENDIAN
Master payload: vring state description Master payload: vring state description
Set the endianess of a VQ for legacy devices. Little-endian is indicated Set the endianness of a VQ for legacy devices. Little-endian is indicated
with state.num set to 0 and big-endian is indicated with state.num set with state.num set to 0 and big-endian is indicated with state.num set
to 1. Other values are invalid. to 1. Other values are invalid.
This request should be sent only when VHOST_USER_PROTOCOL_F_CROSS_ENDIAN This request should be sent only when VHOST_USER_PROTOCOL_F_CROSS_ENDIAN
has been negotiated. has been negotiated.
Backends that negotiated this feature should handle both endianesses Backends that negotiated this feature should handle both endiannesses
and expect this message once (per VQ) during device configuration and expect this message once (per VQ) during device configuration
(ie. before the master starts the VQ). (ie. before the master starts the VQ).
......
...@@ -320,7 +320,7 @@ Here is the list of events that are written into the log: ...@@ -320,7 +320,7 @@ Here is the list of events that are written into the log:
async event id from the following list: async event id from the following list:
- REPLAY_ASYNC_EVENT_BH. Bottom-half callback. This event synchronizes - REPLAY_ASYNC_EVENT_BH. Bottom-half callback. This event synchronizes
callbacks that affect virtual machine state, but normally called callbacks that affect virtual machine state, but normally called
asyncronously. asynchronously.
Argument: 8-byte operation id. Argument: 8-byte operation id.
- REPLAY_ASYNC_EVENT_INPUT. Input device event. Contains - REPLAY_ASYNC_EVENT_INPUT. Input device event. Contains
parameters of keyboard and mouse input operations parameters of keyboard and mouse input operations
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册