[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC 02/24] hw/acpi/ged: Fix wrong identation
From: |
Eric Auger |
Subject: |
[RFC 02/24] hw/acpi/ged: Fix wrong identation |
Date: |
Mon, 28 Apr 2025 12:25:28 +0200 |
Signed-off-by: Eric Auger <eric.auger@redhat.com>
---
hw/acpi/generic_event_device.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/hw/acpi/generic_event_device.c b/hw/acpi/generic_event_device.c
index c85d97ca37..7b2d582fff 100644
--- a/hw/acpi/generic_event_device.c
+++ b/hw/acpi/generic_event_device.c
@@ -458,11 +458,11 @@ static void acpi_ged_initfn(Object *obj)
* container for memory hotplug IO and expose it as GED sysbus
* MMIO so that boards can map it separately.
*/
- memory_region_init(&s->container_memhp, OBJECT(dev), "memhp container",
- MEMORY_HOTPLUG_IO_LEN);
- sysbus_init_mmio(sbd, &s->container_memhp);
- acpi_memory_hotplug_init(&s->container_memhp, OBJECT(dev),
- &s->memhp_state, 0);
+ memory_region_init(&s->container_memhp, OBJECT(dev), "memhp container",
+ MEMORY_HOTPLUG_IO_LEN);
+ sysbus_init_mmio(sbd, &s->container_memhp);
+ acpi_memory_hotplug_init(&s->container_memhp, OBJECT(dev),
+ &s->memhp_state, 0);
memory_region_init_io(&ged_st->regs, obj, &ged_regs_ops, ged_st,
TYPE_ACPI_GED "-regs", ACPI_GED_REG_COUNT);
--
2.49.0
- [RFC 00/24] APCI PCI Hotplug support on ARM, Eric Auger, 2025/04/28
- [RFC 02/24] hw/acpi/ged: Fix wrong identation,
Eric Auger <=
- [RFC 01/24] hw/pci/pcie_port: Fix pcie_slot_is_hotpluggbale_bus typo, Eric Auger, 2025/04/28
- [RFC 04/24] hw/i386/acpi-build: Make aml_pci_device_dsm() static, Eric Auger, 2025/04/28
- [RFC 03/24] hw/i386/acpi-build: Fix build_append_notfication_callback typo, Eric Auger, 2025/04/28
- [RFC 05/24] hw/arm/virt: Introduce machine state acpi pcihp flags and props, Eric Auger, 2025/04/28
- [RFC 06/24] hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp, Eric Auger, 2025/04/28
- [RFC 08/24] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation, Eric Auger, 2025/04/28
- [RFC 07/24] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc, Eric Auger, 2025/04/28
- [RFC 09/24] hw/pci-host/gpex-acpi: Propagate hotplug type info from virt machine downto gpex, Eric Auger, 2025/04/28
- [RFC 10/24] hw/i386/acpi-build: Turn build_q35_osc_method into a generic method, Eric Auger, 2025/04/28
- [RFC 12/24] hw/i386/acpi-build: Introduce build_append_pcihp_resources() helper, Eric Auger, 2025/04/28