[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH v2 09/11] hw/acpi: Add ACPI Generic Event Device S
From: |
Igor Mammedov |
Subject: |
Re: [Qemu-arm] [PATCH v2 09/11] hw/acpi: Add ACPI Generic Event Device Support |
Date: |
Mon, 18 Mar 2019 13:26:01 +0100 |
On Fri, 8 Mar 2019 11:42:16 +0000
Shameer Kolothum <address@hidden> wrote:
> From: Samuel Ortiz <address@hidden>
>
> The ACPI Generic Event Device (GED) is a hardware-reduced specific
> device that handles all platform events, including the hotplug ones.
> This patch generate the AML code that defines GEDs.
> Platforms need to specify their own GedEvent array to describe what kind
> of events they want to support through GED. The build_ged_aml routine
> takes a GedEvent array that maps a specific GED event to an IRQ number.
> Then we use that array to build both the _CRS and the _EVT section
> of the GED device.
I'd this a part of "virtual ACPI device"
> This is in preparation for making use of GED for ARM/virt
> platform and for now supports only memory hotplug.
>
> Signed-off-by: Samuel Ortiz <address@hidden>
> Signed-off-by: Sebastien Boeuf <address@hidden>
> Signed-off-by: Shameer Kolothum <address@hidden>
> ---
[...]
- Re: [Qemu-arm] [Qemu-devel] [PATCH v2 08/11] hw/arm/boot: Expose the PC-DIMM nodes in the DT, (continued)
- Re: [Qemu-arm] [Qemu-devel] [PATCH v2 08/11] hw/arm/boot: Expose the PC-DIMM nodes in the DT, Auger Eric, 2019/03/12
- Re: [Qemu-arm] [Qemu-devel] [PATCH v2 08/11] hw/arm/boot: Expose the PC-DIMM nodes in the DT, Shameerali Kolothum Thodi, 2019/03/12
- Re: [Qemu-arm] [Qemu-devel] [PATCH v2 08/11] hw/arm/boot: Expose the PC-DIMM nodes in the DT, Auger Eric, 2019/03/12
- Re: [Qemu-arm] [Qemu-devel] [PATCH v2 08/11] hw/arm/boot: Expose the PC-DIMM nodes in the DT, Shameerali Kolothum Thodi, 2019/03/12
- Re: [Qemu-arm] [Qemu-devel] [PATCH v2 08/11] hw/arm/boot: Expose the PC-DIMM nodes in the DT, Auger Eric, 2019/03/13
[Qemu-arm] [PATCH v2 10/11] hw/arm/virt: Add GED device configuration and build aml, Shameer Kolothum, 2019/03/08
[Qemu-arm] [PATCH v2 09/11] hw/acpi: Add ACPI Generic Event Device Support, Shameer Kolothum, 2019/03/08
[Qemu-arm] [PATCH v2 11/11] hw/arm/virt: Add GED irq routing and Enable memory hotplug, Shameer Kolothum, 2019/03/08
Re: [Qemu-arm] [PATCH v2 00/11] ARM virt: ACPI memory hotplug support, Auger Eric, 2019/03/08