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/devel/migration.rst | |
parent | 3a4452d896821f87f6a933c4cd132c3ff0f58bb4 (diff) |
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/devel/migration.rst')
-rw-r--r-- | docs/devel/migration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/migration.rst b/docs/devel/migration.rst index 2eb08624fc..49112bb27a 100644 --- a/docs/devel/migration.rst +++ b/docs/devel/migration.rst @@ -625,7 +625,7 @@ It can be issued immediately after migration is started or any time later on. Issuing it after the end of a migration is harmless. Blocktime is a postcopy live migration metric, intended to show how -long the vCPU was in state of interruptable sleep due to pagefault. +long the vCPU was in state of interruptible sleep due to pagefault. That metric is calculated both for all vCPUs as overlapped value, and separately for each vCPU. These values are calculated on destination side. To enable postcopy blocktime calculation, enter following |