From: "Volker Rümelin" <vr_qemu@t-online.de>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
qemu-trivial@nongnu.org,
Richard Henderson <richard.henderson@linaro.org>,
qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
Ani Sinha <ani@anisinha.ca>, Igor Mammedov <imammedo@redhat.com>
Subject: Re: [PATCH] hw/i386/acpi-build: Fix a typo
Date: Fri, 10 Sep 2021 20:54:48 +0200 [thread overview]
Message-ID: <d11a3da6-c26c-1f78-ff52-e965f214cba7@t-online.de> (raw)
In-Reply-To: <20210908222157.2377282-1-philmd@redhat.com>
> Fix 'hotplugabble' -> 'hotpluggabble' typo.
I'm convinced that the correct spelling is hotpluggable. Only the
consonant g is doubled.
With best regards
Volker
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> hw/i386/acpi-build.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
> index d1f5fa3b5a5..478263e12c9 100644
> --- a/hw/i386/acpi-build.c
> +++ b/hw/i386/acpi-build.c
> @@ -1916,7 +1916,7 @@ build_srat(GArray *table_data, BIOSLinker *linker, MachineState *machine)
> PCMachineState *pcms = PC_MACHINE(machine);
> int nb_numa_nodes = machine->numa_state->num_nodes;
> NodeInfo *numa_info = machine->numa_state->nodes;
> - ram_addr_t hotplugabble_address_space_size =
> + ram_addr_t hotpluggabble_address_space_size =
> object_property_get_int(OBJECT(pcms), PC_MACHINE_DEVMEM_REGION_SIZE,
> NULL);
>
> @@ -2022,10 +2022,10 @@ build_srat(GArray *table_data, BIOSLinker *linker, MachineState *machine)
> * Memory devices may override proximity set by this entry,
> * providing _PXM method if necessary.
> */
> - if (hotplugabble_address_space_size) {
> + if (hotpluggabble_address_space_size) {
> numamem = acpi_data_push(table_data, sizeof *numamem);
> build_srat_memory(numamem, machine->device_memory->base,
> - hotplugabble_address_space_size, nb_numa_nodes - 1,
> + hotpluggabble_address_space_size, nb_numa_nodes - 1,
> MEM_AFFINITY_HOTPLUGGABLE | MEM_AFFINITY_ENABLED);
> }
>
next prev parent reply other threads:[~2021-09-10 18:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-08 22:21 [PATCH] hw/i386/acpi-build: Fix a typo Philippe Mathieu-Daudé
2021-09-09 3:58 ` Ani Sinha
2021-09-10 18:54 ` Volker Rümelin [this message]
2021-09-10 19:33 ` Philippe Mathieu-Daudé
2021-09-11 1:33 ` Ani Sinha
2021-09-11 8:26 ` Philippe Mathieu-Daudé
2021-09-11 9:54 ` Ani Sinha
2021-09-11 11:02 ` Ani Sinha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d11a3da6-c26c-1f78-ff52-e965f214cba7@t-online.de \
--to=vr_qemu@t-online.de \
--cc=ani@anisinha.ca \
--cc=ehabkost@redhat.com \
--cc=imammedo@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).