mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Fix some typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
d506dc87b9
commit
cb8d4c8f54
36 changed files with 48 additions and 48 deletions
|
@ -303,7 +303,7 @@ Endianness
|
|||
----------
|
||||
|
||||
Device registers are hard-coded to little-endian (LE). The driver should
|
||||
convert to/from host endianess to LE for device register accesses.
|
||||
convert to/from host endianness to LE for device register accesses.
|
||||
|
||||
Descriptors are LE. Descriptor buffer TLVs will have LE type and length
|
||||
fields, but the value field can either be LE or network-byte-order, depending
|
||||
|
|
|
@ -10,7 +10,7 @@ Introduction
|
|||
------------
|
||||
QEMU includes a throttling module that can be used to set limits to
|
||||
I/O operations. The code itself is generic and independent of the I/O
|
||||
units, but it is currenly used to limit the number of bytes per second
|
||||
units, but it is currently used to limit the number of bytes per second
|
||||
and operations per second (IOPS) when performing disk I/O.
|
||||
|
||||
This document explains how to use the throttling code in QEMU, and how
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue