mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 14:02:05 -06:00
s390x: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
d8b71d96b3
commit
cced0d6539
9 changed files with 9 additions and 9 deletions
|
@ -184,7 +184,7 @@ enum ZpciIoatDtype {
|
|||
* The following states make up the "configured" meta-state:
|
||||
* disabled: device is configured but not enabled; transition between this
|
||||
* state and enabled via clp enable/disable
|
||||
* enbaled: device is ready for use; transition to disabled via clp disable;
|
||||
* enabled: device is ready for use; transition to disabled via clp disable;
|
||||
* may enter an error state
|
||||
* blocked: ignore all DMA and interrupts; transition back to enabled or from
|
||||
* error state via mpcifc
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
* - we work on a private copy of the SCCB, since there are several length
|
||||
* fields, that would cause a security nightmare if we allow the guest to
|
||||
* alter the structure while we parse it. We cannot use ldl_p and friends
|
||||
* either without doing pointer arithmetics
|
||||
* either without doing pointer arithmetic
|
||||
* So we have to double check that all users of sclp data structures use the
|
||||
* right endianness wrappers.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue