mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
misc: fix commonly doubled up words
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20220707163720.1421716-5-berrange@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
ebf705541c
commit
7a21bee2aa
27 changed files with 36 additions and 36 deletions
|
@ -53,7 +53,7 @@ files in a disk image backing chain:
|
|||
|
||||
(1) Directional: 'base' and 'top'. Given the simple disk image chain
|
||||
above, image [A] can be referred to as 'base', and image [B] as
|
||||
'top'. (This terminology can be seen in in QAPI schema file,
|
||||
'top'. (This terminology can be seen in the QAPI schema file,
|
||||
block-core.json.)
|
||||
|
||||
(2) Relational: 'backing file' and 'overlay'. Again, taking the same
|
||||
|
@ -825,7 +825,7 @@ entire disk image chain, to a target, using ``blockdev-mirror`` would be:
|
|||
job ready to be completed
|
||||
|
||||
(5) Gracefully complete the 'mirror' block device job, and notice the
|
||||
the event ``BLOCK_JOB_COMPLETED``
|
||||
event ``BLOCK_JOB_COMPLETED``
|
||||
|
||||
(6) Shutdown the guest by issuing the QMP ``quit`` command so that
|
||||
caches are flushed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue