[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH 1/9] acpi: remove unused acpi-dsdt.aml
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-arm] [PATCH 1/9] acpi: remove unused acpi-dsdt.aml |
Date: |
Thu, 22 Feb 2018 15:25:36 +0100 |
User-agent: |
NeoMutt/20171215 |
On Thu, Feb 22, 2018 at 01:42:48PM +0100, Igor Mammedov wrote:
> SeaBIOS blob which is currently shipped with QEMU
> doesn't need acpi-dsdt.aml nor is able to use it
> and code that loaded it QEMU was removed by
> (commit 9fb7aaaf4c "pc: drop external DSDT loading")
> in 2013.
>
> Signed-off-by: Igor Mammedov <address@hidden>
> CC: Gerd Hoffmann <address@hidden>
Reviewed-by: Gerd Hoffmann <address@hidden>
- [Qemu-arm] [PATCH 0/9] generalize build_fadt(), Igor Mammedov, 2018/02/22
- [Qemu-arm] [PATCH 1/9] acpi: remove unused acpi-dsdt.aml, Igor Mammedov, 2018/02/22
- [Qemu-arm] [PATCH 3/9] acpi: reuse AcpiGenericAddress instead of Acpi20GenericAddress, Igor Mammedov, 2018/02/22
- [Qemu-arm] [PATCH 2/9] pc: replace pm object initialization with one-liner in acpi_get_pm_info(), Igor Mammedov, 2018/02/22
- [Qemu-arm] [PATCH 4/9] acpi: add build_append_gas() helper for Generic Address Structure, Igor Mammedov, 2018/02/22
- [Qemu-arm] [PATCH 5/9] pc: acpi: isolate FADT specific data into AcpiFadtData structure, Igor Mammedov, 2018/02/22