mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
misc: Fix some typos in documentation and comments
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230730180329.851576-1-sw@weilnetz.de> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
7b4a3f8145
commit
313e162951
6 changed files with 7 additions and 7 deletions
|
@ -369,7 +369,7 @@ mapping permissions et al by using its 'mapped' security model option.
|
|||
Nowadays it would make sense to reimplement the ``proxy`` backend by using
|
||||
QEMU's ``vhost`` feature, which would eliminate the high latency costs under
|
||||
which the 9p ``proxy`` backend currently suffers. However as of to date nobody
|
||||
has indicated plans for such kind of reimplemention unfortunately.
|
||||
has indicated plans for such kind of reimplementation unfortunately.
|
||||
|
||||
|
||||
Block device options
|
||||
|
|
|
@ -30,7 +30,7 @@ user configuration.
|
|||
Creating a QOM class
|
||||
====================
|
||||
|
||||
A simple minimal device implementation may look something like bellow:
|
||||
A simple minimal device implementation may look something like below:
|
||||
|
||||
.. code-block:: c
|
||||
:caption: Creating a minimal type
|
||||
|
|
|
@ -232,7 +232,7 @@ parameters:
|
|||
Set the number of Reclaim Groups.
|
||||
|
||||
``fdp.nruh`` (default: ``0``)
|
||||
Set the number of Reclaim Unit Handles. This is a mandatory paramater and
|
||||
Set the number of Reclaim Unit Handles. This is a mandatory parameter and
|
||||
must be non-zero.
|
||||
|
||||
``fdp.runs`` (default: ``96M``)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue