[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-9.1] docs: Fix some typos (found by typos) and grammar is
|
From: |
Eric Auger |
|
Subject: |
Re: [PATCH-for-9.1] docs: Fix some typos (found by typos) and grammar issues |
|
Date: |
Tue, 13 Aug 2024 18:09:16 +0200 |
|
User-agent: |
Mozilla Thunderbird |
On 8/13/24 14:56, Stefan Weil via wrote:
> Fix the misspellings of "overriden" also in code comments.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Eric
> ---
> docs/devel/migration/uadk-compression.rst | 4 ++--
> docs/interop/qemu-ga.rst | 2 +-
> docs/tools/qemu-vmsr-helper.rst | 4 ++--
> hw/arm/smmu-common.c | 2 +-
> include/exec/memory.h | 2 +-
> qapi/rocker.json | 4 ++--
> qga/main.c | 2 +-
> 7 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/docs/devel/migration/uadk-compression.rst
> b/docs/devel/migration/uadk-compression.rst
> index 3f73345dd5..64cadebd21 100644
> --- a/docs/devel/migration/uadk-compression.rst
> +++ b/docs/devel/migration/uadk-compression.rst
> @@ -114,7 +114,7 @@ Make sure all these above kernel configurations are
> selected.
>
> Accelerator dev node permissions
> --------------------------------
> -Harware accelerators(eg: HiSilicon Kunpeng Zip accelerator) gets registered
> to
> +Hardware accelerators (eg: HiSilicon Kunpeng Zip accelerator) gets
> registered to
> UADK and char devices are created in dev directory. In order to access
> resources
> on hardware accelerator devices, write permission should be provided to user.
>
> @@ -134,7 +134,7 @@ How To Use UADK Compression In QEMU Migration
> Set ``migrate_set_parameter multifd-compression uadk``
>
> Since UADK uses Shared Virtual Addressing(SVA) and device access virtual
> memory
> -directly it is possible that SMMUv3 may enounter page faults while walking
> the
> +directly it is possible that SMMUv3 may encounter page faults while walking
> the
> IO page tables. This may impact the performance. In order to mitigate this,
> please make sure to specify ``-mem-prealloc`` parameter to the destination VM
> boot parameters.
> diff --git a/docs/interop/qemu-ga.rst b/docs/interop/qemu-ga.rst
> index 9c7380896a..11f7bae460 100644
> --- a/docs/interop/qemu-ga.rst
> +++ b/docs/interop/qemu-ga.rst
> @@ -50,7 +50,7 @@ Options
> .. option:: -c, --config=PATH
>
> Configuration file path (the default is |CONFDIR|\ ``/qemu-ga.conf``,
> - unless overriden by the QGA_CONF environment variable)
> + unless overridden by the QGA_CONF environment variable)
>
> .. option:: -m, --method=METHOD
>
> diff --git a/docs/tools/qemu-vmsr-helper.rst b/docs/tools/qemu-vmsr-helper.rst
> index 6ec87b49d9..9ce10b9af9 100644
> --- a/docs/tools/qemu-vmsr-helper.rst
> +++ b/docs/tools/qemu-vmsr-helper.rst
> @@ -17,8 +17,8 @@ driver to advertise and monitor the power consumption or
> accumulated energy
> consumption of different power domains, such as CPU packages, DRAM, and other
> components when available.
>
> -However those register are accesible under priviliged access (CAP_SYS_RAWIO).
> -QEMU can use an external helper to access those priviliged register.
> +However those registers are accessible under privileged access
> (CAP_SYS_RAWIO).
> +QEMU can use an external helper to access those privileged registers.
>
> :program:`qemu-vmsr-helper` is that external helper; it creates a listener
> socket which will accept incoming connections for communication with QEMU.
> diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c
> index d73ad62211..3f82728758 100644
> --- a/hw/arm/smmu-common.c
> +++ b/hw/arm/smmu-common.c
> @@ -674,7 +674,7 @@ error:
>
> /*
> * combine S1 and S2 TLB entries into a single entry.
> - * As a result the S1 entry is overriden with combined data.
> + * As a result the S1 entry is overridden with combined data.
> */
> static void combine_tlb(SMMUTLBEntry *tlbe, SMMUTLBEntry *tlbe_s2,
> dma_addr_t iova, SMMUTransCfg *cfg)
> diff --git a/include/exec/memory.h b/include/exec/memory.h
> index 02f7528ec0..296fd068c0 100644
> --- a/include/exec/memory.h
> +++ b/include/exec/memory.h
> @@ -1852,7 +1852,7 @@ void memory_region_iommu_replay(IOMMUMemoryRegion
> *iommu_mr, IOMMUNotifier *n);
> * memory_region_unregister_iommu_notifier: unregister a notifier for
> * changes to IOMMU translation entries.
> *
> - * @mr: the memory region which was observed and for which notity_stopped()
> + * @mr: the memory region which was observed and for which notify_stopped()
> * needs to be called
> * @n: the notifier to be removed.
> */
> diff --git a/qapi/rocker.json b/qapi/rocker.json
> index 6950ca9602..73c7363b16 100644
> --- a/qapi/rocker.json
> +++ b/qapi/rocker.json
> @@ -42,7 +42,7 @@
> ##
> # @RockerPortDuplex:
> #
> -# An eumeration of port duplex states.
> +# An enumeration of port duplex states.
> #
> # @half: half duplex
> #
> @@ -55,7 +55,7 @@
> ##
> # @RockerPortAutoneg:
> #
> -# An eumeration of port autoneg states.
> +# An enumeration of port autoneg states.
> #
> # @off: autoneg is off
> #
> diff --git a/qga/main.c b/qga/main.c
> index b8f7b1e4a3..50186760bf 100644
> --- a/qga/main.c
> +++ b/qga/main.c
> @@ -257,7 +257,7 @@ QEMU_COPYRIGHT "\n"
> "\n"
> " -c, --config=PATH configuration file path (default is\n"
> " %s/qemu-ga.conf\n"
> -" unless overriden by the QGA_CONF environment
> variable)\n"
> +" unless overridden by the QGA_CONF environment
> variable)\n"
> " -m, --method transport method: one of unix-listen, virtio-serial,\n"
> " isa-serial, or vsock-listen (virtio-serial is the
> default)\n"
> " -p, --path device/socket path (the default for virtio-serial is:\n"