mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
docs: correct typos
Correct typos automatically found with the `typos` tool <https://crates.io/crates/typos> Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> (mjt: trivial fixup) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
aab4631a4a
commit
c555b504d0
6 changed files with 6 additions and 6 deletions
|
@ -122,7 +122,7 @@ Each Image element has following child elements:
|
|||
* Type - image type of the element. It can be:
|
||||
"Plain" for raw files.
|
||||
"Compressed" for expanding disks.
|
||||
* File - path to image file. Path can be relative to DiskDecriptor.xml or
|
||||
* File - path to image file. Path can be relative to DiskDescriptor.xml or
|
||||
absolute.
|
||||
|
||||
== Snapshots element ==
|
||||
|
|
|
@ -989,7 +989,7 @@ When reconnecting:
|
|||
|
||||
#. If ``d.flags`` is not equal to the calculated flags value (means
|
||||
back-end has submitted the buffer to guest driver before crash, so
|
||||
it has to commit the in-progres update), set ``old_free_head``,
|
||||
it has to commit the in-progress update), set ``old_free_head``,
|
||||
``old_used_idx``, ``old_used_wrap_counter`` to ``free_head``,
|
||||
``used_idx``, ``used_wrap_counter``
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue