1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00

docs: fix misc spelling errors reported by codespell

Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-10-02 15:07:27 +01:00
parent 0bb796bda3
commit 0ea50f0148
25 changed files with 37 additions and 37 deletions

View File

@ -465,7 +465,7 @@ v6.3.0 (2020-05-05)
libvirt can now set the "hotplug" option for pcie-root-ports and libvirt can now set the "hotplug" option for pcie-root-ports and
pcie-switch-downstream-ports, which can be used to disable hotplug/unplug pcie-switch-downstream-ports, which can be used to disable hotplug/unplug
of devices from these ports (default behavior is for these controllers to of devices from these ports (default behavior is for these controllers to
accept all hotplug/unplug attempts, but this is often undesireable). accept all hotplug/unplug attempts, but this is often undesirable).
* vbox: added support for version 6.0 and 6.1 APIs * vbox: added support for version 6.0 and 6.1 APIs
@ -949,7 +949,7 @@ v5.10.0 (2019-12-02)
* Forcibly create nodes in domain's namespace * Forcibly create nodes in domain's namespace
The QEMU driver starts a domain in a namepsace with private ``/dev`` and The QEMU driver starts a domain in a namespace with private ``/dev`` and
creates only those nodes there which the domain is configured to have. creates only those nodes there which the domain is configured to have.
However, it may have happened that if a node changed its minor number this However, it may have happened that if a node changed its minor number this
change wasn't propagated to the namespace. change wasn't propagated to the namespace.
@ -1252,7 +1252,7 @@ v5.6.0 (2019-08-05)
* network: Allow passing arbitrary options to dnsmasq * network: Allow passing arbitrary options to dnsmasq
This works similarly to the existing support for passing arbitary options This works similarly to the existing support for passing arbitrary options
to QEMU, and just like that feature it comes with no support guarantees. to QEMU, and just like that feature it comes with no support guarantees.
* **Removed features** * **Removed features**
@ -2266,7 +2266,7 @@ v4.4.0 (2018-06-04)
* **Improvements** * **Improvements**
* qemu: Add suport for OpenGL rendering with SDL * qemu: Add support for OpenGL rendering with SDL
Domains using SDL as a graphics backend will now be able to use OpenGL Domains using SDL as a graphics backend will now be able to use OpenGL
accelerated rendering. accelerated rendering.

View File

@ -277,7 +277,7 @@ to turn on SASL auth in these listeners.
<p> <p>
Since the libvirt SASL config file defaults to using GSSAPI (Kerberos), a Since the libvirt SASL config file defaults to using GSSAPI (Kerberos), a
config change is required to enable plain password auth. This is done by config change is required to enable plain password auth. This is done by
editting <code>/etc/sasl2/libvirt.conf</code> to set the <code>mech_list</code> editing <code>/etc/sasl2/libvirt.conf</code> to set the <code>mech_list</code>
parameter to <code>scram-sha-1</code>. parameter to <code>scram-sha-1</code>.
</p> </p>
<p> <p>

View File

@ -512,7 +512,7 @@ other end of which are owned by the ``virtlogd`` daemon. It will then write
data on those pipes to log files, while enforcing a maximum file size and data on those pipes to log files, while enforcing a maximum file size and
performing log rollover at the size limit. performing log rollover at the size limit.
Since the daemon holds open anoymous pipe file descriptors, it must never be Since the daemon holds open anonymous pipe file descriptors, it must never be
stopped while any QEMU virtual machines are running. To enable software updates stopped while any QEMU virtual machines are running. To enable software updates
to be applied, the daemon is capable of re-executing itself while keeping all to be applied, the daemon is capable of re-executing itself while keeping all
file descriptors open. This can be triggered by sending the daemon ``SIGUSR1`` file descriptors open. This can be triggered by sending the daemon ``SIGUSR1``
@ -605,7 +605,7 @@ images and devices serving as backing storage for virtual disks. The locks
will be held for as long as there is a QEMU process running with the disk will be held for as long as there is a QEMU process running with the disk
open. open.
To ensure continuity of locking, the daemon holds open anoymous file To ensure continuity of locking, the daemon holds open anonymous file
descriptors, it must never be stopped while any QEMU virtual machines are descriptors, it must never be stopped while any QEMU virtual machines are
running. To enable software updates to be applied, the daemon is capable of running. To enable software updates to be applied, the daemon is capable of
re-executing itself while keeping all file descriptors open. This can be re-executing itself while keeping all file descriptors open. This can be

View File

@ -221,7 +221,7 @@ vpx://example-vcenter.com/folder1/dc1/folder2/example-esx.com
using the CA certificate pool installed on your client computer. With using the CA certificate pool installed on your client computer. With
an out-of-the-box installed ESX server this won't work, because a newly an out-of-the-box installed ESX server this won't work, because a newly
installed ESX server uses auto-generated self-signed certificates. installed ESX server uses auto-generated self-signed certificates.
Those are singed by a CA certificate that is typically not known to your Those are signed by a CA certificate that is typically not known to your
client computer and libvirt will report an error like this one: client computer and libvirt will report an error like this one:
</p> </p>
<pre> <pre>
@ -322,9 +322,9 @@ error: invalid argument in libvirt was built without the 'esx' driver
</p> </p>
<h2><a id="xmlspecial">Specialties in the domain XML config</a></h2> <h2><a id="xmlspecial">Specialities in the domain XML config</a></h2>
<p> <p>
There are several specialties in the domain XML config for ESX domains. There are several specialities in the domain XML config for ESX domains.
</p> </p>
<h3><a id="restrictions">Restrictions</a></h3> <h3><a id="restrictions">Restrictions</a></h3>

View File

@ -154,7 +154,7 @@ vif = [ "mac=00:16:3e:60:36:ba,bridge=virbr0,script=vif-bridge,vifname=vif5.0" ]
<code>&lt;xen:commandline&gt;</code> describing each argument passed to <code>&lt;xen:commandline&gt;</code> describing each argument passed to
the device model when starting the domain. the device model when starting the domain.
</p> </p>
<p>The following example illustrates passing agruments to the QEMU device <p>The following example illustrates passing arguments to the QEMU device
model that define a floppy drive, which Xen does not support through its model that define a floppy drive, which Xen does not support through its
public APIs: public APIs:
</p> </p>

View File

@ -35,7 +35,7 @@
<p> <p>
The <code>virt-xml-validate</code> tool provides a simple command line The <code>virt-xml-validate</code> tool provides a simple command line
for validating XML documents prior to giving them to libvirt. It uses for validating XML documents prior to giving them to libvirt. It uses
the locally instaled RNG schema documents. It will auto-detect which the locally installed RNG schema documents. It will auto-detect which
schema to use for validation based on the name of the top level element schema to use for validation based on the name of the top level element
in the input document. Thus it merely requires the XML document filename in the input document. Thus it merely requires the XML document filename
to be passed on the command line to be passed on the command line

View File

@ -45,7 +45,7 @@ General metadata
``name`` ``name``
The content of the ``name`` element provides a short name for the virtual The content of the ``name`` element provides a short name for the virtual
machine. This name should consist only of alpha-numeric characters and is machine. This name should consist only of alphanumeric characters and is
required to be unique within the scope of a single host. It is often used to required to be unique within the scope of a single host. It is often used to
form the filename for storing the persistent configuration file. form the filename for storing the persistent configuration file.
:since:`Since 0.0.1` :since:`Since 0.0.1`
@ -804,7 +804,7 @@ CPU Tuning
``vcpusched``, ``iothreadsched`` and ``emulatorsched`` ``vcpusched``, ``iothreadsched`` and ``emulatorsched``
The optional ``vcpusched``, ``iothreadsched`` and ``emulatorsched`` elements The optional ``vcpusched``, ``iothreadsched`` and ``emulatorsched`` elements
specify the scheduler type (values ``batch``, ``idle``, ``fifo``, ``rr``) for specify the scheduler type (values ``batch``, ``idle``, ``fifo``, ``rr``) for
particular vCPU, IOThread and emulator threads respecively. For ``vcpusched`` particular vCPU, IOThread and emulator threads respectively. For ``vcpusched``
and ``iothreadsched`` the attributes ``vcpus`` and ``iothreads`` select which and ``iothreadsched`` the attributes ``vcpus`` and ``iothreads`` select which
vCPUs/IOThreads this setting applies to, leaving them out sets the default. vCPUs/IOThreads this setting applies to, leaving them out sets the default.
The element ``emulatorsched`` does not have that attribute. Valid ``vcpus`` The element ``emulatorsched`` does not have that attribute. Valid ``vcpus``
@ -4422,7 +4422,7 @@ Generic ethernet connection
^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Provides a means to use a new or existing tap device (or veth device pair, Provides a means to use a new or existing tap device (or veth device pair,
depening on the needs of the hypervisor driver) that is partially or wholly depending on the needs of the hypervisor driver) that is partially or wholly
setup external to libvirt (either prior to the guest starting, or while the setup external to libvirt (either prior to the guest starting, or while the
guest is being started via an optional script specified in the config). guest is being started via an optional script specified in the config).

View File

@ -152,7 +152,7 @@
values for which a firmware "descriptor file" exists on the host. values for which a firmware "descriptor file" exists on the host.
Firmware descriptor file is a small JSON document that describes Firmware descriptor file is a small JSON document that describes
details about a given BIOS or UEFI binary on the host, e.g. the details about a given BIOS or UEFI binary on the host, e.g. the
fimware binary path, its architecture, supported machine types, firmware binary path, its architecture, supported machine types,
NVRAM template, etc. This ensures that the reported values won't NVRAM template, etc. This ensures that the reported values won't
cause a failure on guest boot. cause a failure on guest boot.
</p> </p>

View File

@ -48,7 +48,7 @@
<dt><code>name</code></dt> <dt><code>name</code></dt>
<dd>The content of the <code>name</code> element provides <dd>The content of the <code>name</code> element provides
a short name for the virtual network. This name should a short name for the virtual network. This name should
consist only of alpha-numeric characters and is required consist only of alphanumeric characters and is required
to be unique within the scope of a single host. It is to be unique within the scope of a single host. It is
used to form the filename for storing the persistent used to form the filename for storing the persistent
configuration file. <span class="since">Since 0.3.0</span></dd> configuration file. <span class="since">Since 0.3.0</span></dd>
@ -1249,7 +1249,7 @@
above) which you can use at will.</p> above) which you can use at will.</p>
<p>Many operating systems will not consider these addresses as <p>Many operating systems will not consider these addresses as
preferential to IPv4, due to some practial history of these preferential to IPv4, due to some practical history of these
addresses being present but unroutable and causing networking addresses being present but unroutable and causing networking
issues. On many Linux distributions, you may need to issues. On many Linux distributions, you may need to
override <tt>/etc/gai.conf</tt> with values override <tt>/etc/gai.conf</tt> with values

View File

@ -145,7 +145,7 @@
device's sysfs directory) the capability element will also device's sysfs directory) the capability element will also
have an attribute named <code>maxCount</code> which is the have an attribute named <code>maxCount</code> which is the
maximum number of SRIOV VFs supported by this device, which maximum number of SRIOV VFs supported by this device, which
could be higher than the number of VFs that are curently could be higher than the number of VFs that are currently
active <span class="since">since 1.3.0</span>; in this case, active <span class="since">since 1.3.0</span>; in this case,
even if there are currently no active VFs the even if there are currently no active VFs the
virtual_functions capabililty will still be shown. virtual_functions capabililty will still be shown.

View File

@ -356,7 +356,7 @@
which of the scsi_host adapters for the provided PCI address which of the scsi_host adapters for the provided PCI address
should be used. The value is determine by contents of the should be used. The value is determine by contents of the
<code>unique_id</code> file for the specific scsi_host adapter. <code>unique_id</code> file for the specific scsi_host adapter.
For a PCI address of "0000:00:1f:2", the unique identifer files For a PCI address of "0000:00:1f:2", the unique identifier files
can be found using the command can be found using the command
<code>find -H /sys/class/scsi_host/host*/unique_id | <code>find -H /sys/class/scsi_host/host*/unique_id |
xargs grep '[0-9]'</code>. Optionally, the xargs grep '[0-9]'</code>. Optionally, the

View File

@ -64,7 +64,7 @@
&lt;/storagepoolCapabilities&gt; &lt;/storagepoolCapabilities&gt;
</pre> </pre>
<p>The following section decribes subelements of the <p>The following section describes subelements of the
<code>poolOptions</code> and <code>volOptions</code> subelements </p>: <code>poolOptions</code> and <code>volOptions</code> subelements </p>:
<dl> <dl>

View File

@ -203,7 +203,7 @@
<code>/etc/libvirt/hooks/qemu.d/</code>. They are executed in <code>/etc/libvirt/hooks/qemu.d/</code>. They are executed in
alphabetical order after main script. In this case each script also alphabetical order after main script. In this case each script also
acts as filter and can modify the domain XML and print it out on acts as filter and can modify the domain XML and print it out on
its standart output. This script output is passed to standard input its standard output. This script output is passed to standard input
next script in order. Empty output from any script is also identical next script in order. Empty output from any script is also identical
to copying the input XML without changing it. to copying the input XML without changing it.
In case any script returns failure common process will be aborted, In case any script returns failure common process will be aborted,
@ -296,7 +296,7 @@
<code>/etc/libvirt/hooks/libxl.d/</code>. They are executed in <code>/etc/libvirt/hooks/libxl.d/</code>. They are executed in
alphabetical order after main script. In this case each script also alphabetical order after main script. In this case each script also
acts as filter and can modify the domain XML and print it out on acts as filter and can modify the domain XML and print it out on
its standart output. This script output is passed to standard input its standard output. This script output is passed to standard input
next script in order. Empty output from any script is also identical next script in order. Empty output from any script is also identical
to copying the input XML without changing it. to copying the input XML without changing it.
In case any script returns failure common process will be aborted, In case any script returns failure common process will be aborted,

View File

@ -186,7 +186,7 @@ of the following criteria is met:
- ``backing file`` is present AND is correct/trusted - ``backing file`` is present AND is correct/trusted
Note that the last criterion may require manual inspection and thus should not Note that the last criterion may require manual inspection and thus should not
be scripted unless the trust for the image can be expressed programatically. be scripted unless the trust for the image can be expressed programmatically.
Also note that the above steps may need to be repeated recursively for any Also note that the above steps may need to be repeated recursively for any
subsequent backing images. subsequent backing images.

View File

@ -163,10 +163,10 @@ explicitly stated, these work on libvirt 4.4.0 and later. Please note that some
of the filters below may not log enough information for filing a proper libvirt of the filters below may not log enough information for filing a proper libvirt
bug. Usually it's better to log more than less. bug. Usually it's better to log more than less.
Targetted logging for debugging QEMU VMs Targeted logging for debugging QEMU VMs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Specifying only some sections allows for a targetted filter configuration which Specifying only some sections allows for a targeted filter configuration which
works on all versions and is sufficient for most cases. works on all versions and is sufficient for most cases.
:: ::

View File

@ -137,7 +137,7 @@ do not include any CPU affinity at this stage:
The guest CPUs now need to be placed individually. In this case, they will all The guest CPUs now need to be placed individually. In this case, they will all
be put within the same host socket, such that they can be exposed as core be put within the same host socket, such that they can be exposed as core
siblings. This is achieved using the `CPU tunning config <../formatdomain.html#elementsCPUTuning>`_: siblings. This is achieved using the `CPU tuning config <../formatdomain.html#elementsCPUTuning>`_:
:: ::

View File

@ -25,7 +25,7 @@ In this document, unless stated otherwise, these conventions are followed:
any host; any host;
* 'regular migration' refers to any migration operation where the libvirt * 'regular migration' refers to any migration operation where the libvirt
client co-ordinates the communication between the libvirtd instances in client coordinates the communication between the libvirtd instances in
the source and destination hosts. the source and destination hosts.
Migration protocol Migration protocol

View File

@ -384,7 +384,7 @@ set of hypervisor packages too.
Since this installs every possible libvirt feature for the virtualization Since this installs every possible libvirt feature for the virtualization
driver in question, the on-disk footprint is quite large. The in-memory driver in question, the on-disk footprint is quite large. The in-memory
footprint of the daemons is also relatively large since alot of code is footprint of the daemons is also relatively large since a lot of code is
loaded. loaded.

View File

@ -38,7 +38,7 @@ format:
- logo-square-powered.svg - logo-square-powered.svg
A variant of the square logo for use by 3rd party applications, to advertize A variant of the square logo for use by 3rd party applications, to advertise
their use of libvirt. their use of libvirt.
Bitmap sizes: 64, 128, 192, 256 px square Bitmap sizes: 64, 128, 192, 256 px square

View File

@ -7142,7 +7142,7 @@ checkpoint-create
Create a checkpoint for domain *domain* with the properties specified Create a checkpoint for domain *domain* with the properties specified
in *xmlfile* describing a <domaincheckpoint> top-level element. The in *xmlfile* describing a <domaincheckpoint> top-level element. The
format of the input XML file will be validated against an internal RNG format of the input XML file will be validated against an internal RNG
schema (idential to using the virt-xml-validate(1) tool). If schema (identical to using the virt-xml-validate(1) tool). If
*xmlfile* is completely omitted, then libvirt will create a *xmlfile* is completely omitted, then libvirt will create a
checkpoint with a name based on the current time. checkpoint with a name based on the current time.

View File

@ -167,7 +167,7 @@
<!--such as dnsmasq to assign a specific IP address (and optionally a --> <!--such as dnsmasq to assign a specific IP address (and optionally a -->
<!--name to an interface. The applicable standards are RFC3315 and --> <!--name to an interface. The applicable standards are RFC3315 and -->
<!--RFC6355. These standards actually require the duid to be fixed for --> <!--RFC6355. These standards actually require the duid to be fixed for -->
<!--the hardward device and applicable to all network interfaces on --> <!--the hardware device and applicable to all network interfaces on -->
<!--that device. It is not clear that any software currently enforces --> <!--that device. It is not clear that any software currently enforces -->
<!--this requirement although it could be implemented manually. --> <!--this requirement although it could be implemented manually. -->
<!--====================================================================--> <!--====================================================================-->

View File

@ -5580,7 +5580,7 @@
<!-- <!--
System information specification: System information specification:
Placeholder for system specific informations likes the ones Placeholder for system specific information likes the ones
contained in the SMBIOS area. contained in the SMBIOS area.
Only a limited subset of entries can be modified there, so we Only a limited subset of entries can be modified there, so we
fully enumerate each case here. fully enumerate each case here.

View File

@ -59,7 +59,7 @@
the various vendors who distribute libvirt. The team is responsible the various vendors who distribute libvirt. The team is responsible
for analysing incoming reports from users to identify whether a for analysing incoming reports from users to identify whether a
security problem exists and its severity. It then works to produce security problem exists and its severity. It then works to produce
a fix for all official stable branches of libvirt and co-ordinate a fix for all official stable branches of libvirt and coordinate
embargo dates between vendors to allow simultaneous release of the embargo dates between vendors to allow simultaneous release of the
fix by all affected parties. fix by all affected parties.
</p> </p>

View File

@ -84,7 +84,7 @@
<dt>C</dt> <dt>C</dt>
<dd>Large parts of the core libvirt library, daemons, and helper tools <dd>Large parts of the core libvirt library, daemons, and helper tools
will continue to make use in the C language. Integration of other will continue to make use in the C language. Integration of other
languages will be an incremental, targetted process where they can languages will be an incremental, targeted process where they can
bring the greatest benefit.</dd> bring the greatest benefit.</dd>
<dt>Rust / Go</dt> <dt>Rust / Go</dt>
<dd>Parts of the core libvirt library, daemons and helper tools are to <dd>Parts of the core libvirt library, daemons and helper tools are to

View File

@ -234,7 +234,7 @@ Note that parameter values must be
</td> </td>
<td> tls </td> <td> tls </td>
<td> <td>
A vaid GNUTLS priority string A valid GNUTLS priority string
</td> </td>
</tr> </tr>
<tr> <tr>