qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.1] acpi: fix typo in memory hotplug MMIO region name
@ 2014-07-02  9:16 Igor Mammedov
  2014-07-02 10:10 ` Peter Crosthwaite
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Mammedov @ 2014-07-02  9:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, mst

Reported-by: Sergey Fionov <fionov@gmail.com>
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
---
 hw/acpi/memory_hotplug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/acpi/memory_hotplug.c b/hw/acpi/memory_hotplug.c
index 38ca415..ed39241 100644
--- a/hw/acpi/memory_hotplug.c
+++ b/hw/acpi/memory_hotplug.c
@@ -159,7 +159,7 @@ void acpi_memory_hotplug_init(MemoryRegion *as, Object *owner,
 
     state->devs = g_malloc0(sizeof(*state->devs) * state->dev_count);
     memory_region_init_io(&state->io, owner, &acpi_memory_hotplug_ops, state,
-                          "apci-mem-hotplug", ACPI_MEMORY_HOTPLUG_IO_LEN);
+                          "acpi-mem-hotplug", ACPI_MEMORY_HOTPLUG_IO_LEN);
     memory_region_add_subregion(as, ACPI_MEMORY_HOTPLUG_BASE, &state->io);
 }
 
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH for-2.1] acpi: fix typo in memory hotplug MMIO region name
  2014-07-02  9:16 [Qemu-devel] [PATCH for-2.1] acpi: fix typo in memory hotplug MMIO region name Igor Mammedov
@ 2014-07-02 10:10 ` Peter Crosthwaite
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Crosthwaite @ 2014-07-02 10:10 UTC (permalink / raw)
  To: Igor Mammedov
  Cc: Peter Maydell, qemu-devel@nongnu.org Developers,
	Michael S. Tsirkin

On Wed, Jul 2, 2014 at 7:16 PM, Igor Mammedov <imammedo@redhat.com> wrote:
> Reported-by: Sergey Fionov <fionov@gmail.com>
> Signed-off-by: Igor Mammedov <imammedo@redhat.com>

Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>

> ---
>  hw/acpi/memory_hotplug.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/acpi/memory_hotplug.c b/hw/acpi/memory_hotplug.c
> index 38ca415..ed39241 100644
> --- a/hw/acpi/memory_hotplug.c
> +++ b/hw/acpi/memory_hotplug.c
> @@ -159,7 +159,7 @@ void acpi_memory_hotplug_init(MemoryRegion *as, Object *owner,
>
>      state->devs = g_malloc0(sizeof(*state->devs) * state->dev_count);
>      memory_region_init_io(&state->io, owner, &acpi_memory_hotplug_ops, state,
> -                          "apci-mem-hotplug", ACPI_MEMORY_HOTPLUG_IO_LEN);
> +                          "acpi-mem-hotplug", ACPI_MEMORY_HOTPLUG_IO_LEN);
>      memory_region_add_subregion(as, ACPI_MEMORY_HOTPLUG_BASE, &state->io);
>  }
>
> --
> 1.9.3
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-02 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02  9:16 [Qemu-devel] [PATCH for-2.1] acpi: fix typo in memory hotplug MMIO region name Igor Mammedov
2014-07-02 10:10 ` Peter Crosthwaite

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).