mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13: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
|
@ -284,7 +284,7 @@ SVE CPU Property Parsing Semantics
|
|||
CPU Property Dependencies and Constraints").
|
||||
|
||||
4) If one or more vector lengths have been explicitly enabled and at
|
||||
at least one of the dependency lengths of the maximum enabled length
|
||||
least one of the dependency lengths of the maximum enabled length
|
||||
has been explicitly disabled, then an error is generated (see
|
||||
constraint (2) of "SVE CPU Property Dependencies and Constraints").
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ with CXL Host Bridges, which have CXL Root Ports which may be directly
|
|||
attached to CXL or PCI End Points. Alternatively there may be CXL Switches
|
||||
with CXL and PCI Endpoints attached below them. In many cases additional
|
||||
control and capabilities are exposed via PCI Express interfaces.
|
||||
This sharing of interfaces and hence emulation code is is reflected
|
||||
This sharing of interfaces and hence emulation code is reflected
|
||||
in how the devices are emulated in QEMU. In most cases the various
|
||||
CXL elements are built upon an equivalent PCIe devices.
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ you can specify it via the ``-global s390-ipl.netboot_fw=filename``
|
|||
command line option.
|
||||
|
||||
The ``bootindex`` property is especially important for booting via the network.
|
||||
If you don't specify the the ``bootindex`` property here, the network bootloader
|
||||
If you don't specify the ``bootindex`` property here, the network bootloader
|
||||
firmware code won't get loaded into the guest memory so that the network boot
|
||||
will fail. For a successful network boot, try something like this::
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ certificates.
|
|||
--template client-hostNNN.info \
|
||||
--outfile client-hostNNN-cert.pem
|
||||
|
||||
The subject alt name extension data is not required for clients, so the
|
||||
The subject alt name extension data is not required for clients, so
|
||||
the ``dns_name`` and ``ip_address`` fields are not included. The
|
||||
``tls_www_client`` keyword is the key purpose extension to indicate this
|
||||
certificate is intended for usage in a web client. Although QEMU network
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue