]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix spelling
authorTim Wiederhake <twiederh@redhat.com>
Thu, 15 Apr 2021 08:12:12 +0000 (10:12 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 15 Apr 2021 13:42:21 +0000 (15:42 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
20 files changed:
NEWS.rst
docs/formatdomain.rst
docs/kbase/launch_security_sev.rst
docs/manpages/virtproxyd.rst
docs/pci-addresses.rst
src/hyperv/hyperv_wmi.c
src/libvirt-domain.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_interface.c
src/qemu/qemu_snapshot.c
src/util/virerror.c
src/util/virhash.c
src/util/virnetdev.c
src/util/virpci.c
src/util/virpci.h
tests/meson.build
tools/meson.build

index 0a34798483f4710c371adc55dba421ab7944232a..5f8b0ae02da07ae8be0bb0a16a126e837490f234 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -221,7 +221,7 @@ v7.0.0 (2021-01-15)
 
     Starting from libvirt-6.6 the release tarballs are signed by Jiří Denemark.
     Releases starting with 7.0 contain a note from the previous maintainer
-    Daniel Veillard offically handing over the signing of packages so that the
+    Daniel Veillard officially handing over the signing of packages so that the
     transition can be verified.
 
 * **New features**
@@ -268,7 +268,7 @@ v7.0.0 (2021-01-15)
     interface name was adapted to new versions of OpenVSwitch and thus can
     detect name more reliably.
 
-  * qemu: Report guest disks informations in ``virDomainGetGuestInfo``
+  * qemu: Report guest disks information in ``virDomainGetGuestInfo``
 
     Libvirt is now able to report disks and filesystems from the guest's
     perspective (using guest agent). And with sufficiently new guest agent
@@ -513,7 +513,7 @@ v6.8.0 (2020-10-01)
   * qemu: Preserve qcow2 cluster size after external snapshots
 
     The new overlay image which is installed on top of the current chain when
-    taking an external snapshot now preserves the cluser size of the original
+    taking an external snapshot now preserves the cluster size of the original
     top image to preserve any performance tuning done on the original image.
 
 * **Bug fixes**
@@ -2487,8 +2487,8 @@ v4.6.0 (2018-08-06)
 
   * qemu: Enable VNC console for mediated devices
 
-    Host devices now support a new atribute 'display' which can be used to turn
-    on frame buffer rendering on a vgpu mediated device instead of on an
+    Host devices now support a new attribute 'display' which can be used to
+    turn on frame buffer rendering on a vgpu mediated device instead of on an
     emulated GPU, like QXL.
 
 * **Improvements**
index 29d2e02da1162e9b4b1ed393fd67a0c48abdf9c6..d2344c894a777888583ff70cf7e418dc146320cb 100644 (file)
@@ -6921,7 +6921,7 @@ elements
 * ``fixedSettings``
 
   Control whether the mixing engine can dynamically choose settings
-  to mimimize format conversion. This is only valid when the
+  to minimize format conversion. This is only valid when the
   mixing engine is explicitly enabled.
 
 * ``voices``
@@ -6951,7 +6951,7 @@ is permitted with the following attributes.
 * ``format``
 
   The audio format, one of ``s8``, ``u8``, ``s16``, ``u16``,
-  ``s32``, ``u32``, ``f32``. The defalt is hypervisor specific.
+  ``s32``, ``u32``, ``f32``. The default is hypervisor specific.
 
 None audio backend
 ^^^^^^^^^^^^^^^^^^
@@ -7064,7 +7064,7 @@ element
 
   Set the timing policy of the device, values between -1 and 10.
   Smaller numbers result in lower latency but higher CPU usage.
-  A negatve value requests use of fragment mode.
+  A negative value requests use of fragment mode.
 
 The following additional attributes are permitted on the ``<input>``
 and ``<output>`` elements
index e65dcd68247547aae33dd664ea9bb9b7cf825b66..edd819ad5a421a08dd971ce474a2d2e640429ccd 100644 (file)
@@ -85,7 +85,7 @@ kernel:
 Checking SEV support in the virt stack
 ======================================
 
-**Note: All of the commands bellow need to be run with root
+**Note: All of the commands below need to be run with root
 privileges.**
 
 First make sure you have the following packages in the specified
index 86ece2898055925888398aeea59f464b714a94a4..0366935b9a731438eab9f33b86801606b2943c77 100644 (file)
@@ -43,7 +43,7 @@ configuration file can be used to instruct it to also listen on TCP socket(s).
 Systemd socket activation is also supported to allow it to receive pre-opened
 listener sockets on startup.
 
-Since ``virtproxyd`` merely forwards RPC mesages, it has no important state,
+Since ``virtproxyd`` merely forwards RPC messages, it has no important state,
 and can be restarted at any time. Clients should expect to reconnect after
 the restart.
 
index d7292f499dd22e669af244f844001e0bc614e5b9..eb4945f1692e74d7705865f700edb66ae5a1e2f2 100644 (file)
@@ -242,7 +242,7 @@ Reserved addresses
 
 Due to some historical reasons hypervisors might expect some PCI
 devices to appear at certain addresses instead of 'random' ones.
-For QEMU this is machine type and guest architecture dependant.
+For QEMU this is machine type and guest architecture dependent.
 But to give you at least a gist here is list of reserved PCI
 addresses:
 
index 4aac38c732a76121b4e31e752be713439118ad72..b113283aeb59b6e31a064ed9bf5a27d233f963cc 100644 (file)
@@ -331,7 +331,7 @@ hypervSetEmbeddedProperty(GHashTable *table,
  * Add a GHashTable containing object properties as an embedded param to
  * an invocation list.
  *
- * Upon successfull return the @table is consumed and the pointer is cleared out.
+ * Upon successful return the @table is consumed and the pointer is cleared out.
  *
  * Returns -1 on failure, 0 on success.
  */
index 509b7a6d8858721ac438ea442e656bbd31463185..42c75f6cc573489c20db3dc49ef61dfa2ffa169b 100644 (file)
@@ -13137,7 +13137,7 @@ virDomainAuthorizedSSHKeysSet(virDomainPtr domain,
  * virDomainMessageType constants can be used to restrict
  * results to certain types of message.
  *
- * Note it is hypervisor dependant whether messages are
+ * Note it is hypervisor dependent whether messages are
  * available for shutoff guests, or running guests, or
  * both. Thus a client should be prepared to re-fetch
  * messages when a guest transitions between running
index f1a3c526efc5981e97c6d8b88d387f4fa9651fe1..030779902db9a87162395bcb329054fa38abfd56 100644 (file)
@@ -1334,7 +1334,7 @@ struct virQEMUCapsStringFlags virQEMUCapsObjectTypes[] = {
     /*
      * We don't probe 'esp' directly, because it is often reported
      * as present for all QEMU binaries, due to it being enabled
-     * for built as a dependancy of dc390/am53c974 PCI SCSI
+     * for built as a dependency of dc390/am53c974 PCI SCSI
      * controllers.
      *
      * The base 'esp' device is only used as a built-in device
index 83bebdd2a8c08488607aa69861033aa93348aeb7..fbf8f0fa530d02a8d2dce6ead89db6917d8d06ef 100644 (file)
@@ -3254,7 +3254,7 @@ qemuBuildMemoryBackendProps(virJSONValue **backendProps,
      * idea). This is because of create_default_memdev() in QEMU sets
      * 'x-use-canonical-path-for-ramblock-id' attribute to false and is
      * documented in QEMU in qemu-options.hx under 'memory-backend'. Note
-     * that QEMU consideres 'x-use-canonical-path-for-ramblock-id' stable
+     * that QEMU considers 'x-use-canonical-path-for-ramblock-id' stable
      * and supported despite the 'x-' prefix.
      * See QEMU commit 8db0b20415c129cf5e577a593a4a0372d90b7cc9.
      */
index ee6a37b70e96bd31099cb369ddf6a8cf159c9770..2c8ea398405a2c8f8d8c6a9e2df5b185f3aa5840 100644 (file)
@@ -4885,13 +4885,13 @@ qemuDomainValidateStorageSource(virStorageSource *src,
     if (src->metadataCacheMaxSize > 0) {
         if (src->format != VIR_STORAGE_FILE_QCOW2) {
             virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
-                           _("metdata cache max size control is supported only with qcow2 images"));
+                           _("metadata cache max size control is supported only with qcow2 images"));
             return -1;
         }
 
         if (!blockdev) {
             virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
-                           _("metdata cache max size control is not supported with this QEMU binary"));
+                           _("metadata cache max size control is not supported with this QEMU binary"));
             return -1;
         }
     }
index 632e77dc740bfeeb0c95c47e18adf52d0dda5dff..2626f5dcaa6ab03e6fcef00f59be2150b4965ddb 100644 (file)
@@ -260,7 +260,7 @@ struct _qemuDomainObjPrivate {
     bool dbusVMState;
 
     /* prevent deletion of <transient> disk overlay files between startup and
-     * succesful setup of the overlays */
+     * successful setup of the overlays */
     bool inhibitDiskTransientDelete;
 };
 
@@ -469,7 +469,7 @@ struct _qemuDomainXmlNsDef {
     size_t ncapsdel;
     char **capsdel;
 
-    /* We deliberatly keep this as a string so that it's parsed only when
+    /* We deliberately keep this as a string so that it's parsed only when
      * starting the VM to avoid any form of errors in the parser or when
      * changing qemu versions. The knob is mainly for development/CI purposes */
     char *deprecationBehavior;
index 704edc4ec7a814c6b8e69d3018b96fd0bb0b197d..ac0168c80dd6822274ed74117cc8bfc26a8d7f89 100644 (file)
@@ -652,7 +652,7 @@ qemuInterfaceVDPAConnect(virDomainNetDef *net)
 
 
 /*
- * Returns: -1 on error, 0 if slirp isn't available, 1 on succcess
+ * Returns: -1 on error, 0 if slirp isn't available, 1 on success
  */
 int
 qemuInterfacePrepareSlirp(virQEMUDriver *driver,
index f56a03a55defeb0170fd7538e9bf88bf9fddab06..fd6669433b55ef573e193c44fcd7c3c35bdf2c39 100644 (file)
@@ -726,13 +726,13 @@ qemuSnapshotPrepare(virDomainObj *vm,
             if (disk->src->metadataCacheMaxSize > 0) {
                 if (disk->src->format != VIR_STORAGE_FILE_QCOW2) {
                     virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
-                                   _("metdata cache max size control is supported only with qcow2 images"));
+                                   _("metadata cache max size control is supported only with qcow2 images"));
                     return -1;
                 }
 
                 if (!blockdev) {
                     virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
-                                   _("metdata cache max size control is not supported with this QEMU binary"));
+                                   _("metadata cache max size control is not supported with this QEMU binary"));
                     return -1;
                 }
             }
index 220fc362c1fd46beccc91f368171314fd7232214..1746487f7dce5916c12e8ddfd55f80dd5192223d 100644 (file)
@@ -804,7 +804,8 @@ virRaiseErrorInternal(const char *filename,
     if (!msg)
         msg = g_strdup(_("No error message provided"));
 
-    /* Deliberately not setting conn, dom & net fields sincethey're utterly unsafe. */
+    /* Deliberately not setting conn, dom & net fields since
+     * they are utterly unsafe. */
     to->domain = domain;
     to->code = code;
     to->message = g_steal_pointer(&msg);
index f6c9d9744d94d2b0d3d260788ef7e0f16f5135a0..d2b591c0b78710a2effc071a0cae52ca70c0d740 100644 (file)
@@ -51,7 +51,7 @@ VIR_ONCE_GLOBAL_INIT(virHashAtomic);
 
 
 /**
- * Our hash function uses a random seed to provide uncertainity from run to run
+ * Our hash function uses a random seed to provide uncertainty from run to run
  * to prevent pre-crafting of colliding hash keys.
  */
 static uint32_t virHashTableSeed;
index 4263a07b59ee5cc0cf0d486e3d741418686fec68..86abdc2e5b88cbb59b5c88f223cbdfe209c99756 100644 (file)
@@ -1707,7 +1707,7 @@ virNetDevSetVfConfig(const char *ifname, int vf,
 
 /**
  * virNetDevParseVfInfo:
- * Get the VF interface infomation from kernel by netlink, To make netlink
+ * Get the VF interface information from kernel by netlink, To make netlink
  * parsing logic easy to maintain, extending this function to get some new
  * data is better than add a new function.
  */
index d479c75db0c20bc08711a39f3a1ae7af769dbfc5..bf42bcf73c3a6ff6fd8c115532d9de810fa9f092 100644 (file)
@@ -360,7 +360,7 @@ virPCIDeviceRead(virPCIDevice *dev,
  * function.
  *
  * Returns the value at @pos in the file, or 0 if there was an
- * error. NB: since 0 could be a valid value, occurence of an error
+ * error. NB: since 0 could be a valid value, occurrence of an error
  * must be determined by examining errno. errno is always reset to 0
  * before the seek/read is attempted (see virPCIDeviceRead()), so if
  * errno != 0 on return from one of these functions, then either the
index 398a1682c22aa0fabc5fccd6780a5dfa6e2041ad..980c2f0646dc2066d16b411192c4e54a6984d3f9 100644 (file)
@@ -52,7 +52,7 @@ struct _virZPCIDeviceAddress {
 #define VIR_PCI_DEVICE_ADDRESS_FMT "%04x:%02x:%02x.%d"
 
 /* Represents format of PF's phys_port_name in switchdev mode:
- * 'p%u' or 'p%us%u'. New line checked since value is readed from sysfs file.
+ * 'p%u' or 'p%us%u'. New line checked since value is read from sysfs file.
  */
 #define VIR_PF_PHYS_PORT_NAME_REGEX  "(p[0-9]+$)|(p[0-9]+s[0-9]+$)"
 
index b9b2255666218a638215a89dd18e56a88ed5212e..3f66861332cf830b39a2a24ece6fc08068c67dd1 100644 (file)
@@ -599,7 +599,7 @@ helpers = []
 
 if conf.has('WITH_NSS')
   helpers += [
-    # Intentionaly not linking with anything else.
+    # Intentionally not linking with anything else.
     # See the test source for more detailed explanation.
     {
       'name': 'nsslinktest',
index 42dc6094399bbfe44aa40a349ffceee3f054714a..2acf7b0aaf70b1311fe57a0b175b0e8ef840f102 100644 (file)
@@ -81,7 +81,7 @@ endif
 
 if conf.has('WITH_LOGIN_SHELL')
   # virt-login-shell will be setuid, and must not link to anything
-  # except glibc. It wil scrub the environment and then invoke the
+  # except glibc. It will scrub the environment and then invoke the
   # real virt-login-shell-helper binary.
   executable(
     'virt-login-shell',