[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 7/8] hw: acpi: Export and share the ARM RSDP
From: |
Andrew Jones |
Subject: |
Re: [Qemu-devel] [PATCH v5 7/8] hw: acpi: Export and share the ARM RSDP build |
Date: |
Mon, 17 Dec 2018 16:45:58 +0100 |
User-agent: |
NeoMutt/20180716 |
On Mon, Dec 17, 2018 at 04:34:48PM +0100, Samuel Ortiz wrote:
>
> From: Samuel Ortiz <address@hidden>
>
> Now that build_rsdp() supports building both legacy and current RSDP
> tables, we can move it to a generic folder (hw/acpi) and have the i386
> ACPI code reuse it in order to reduce code duplication.
>
> Signed-off-by: Samuel Ortiz <address@hidden>
> Reviewed-by: Igor Mammedov <address@hidden>
> ---
> include/hw/acpi/aml-build.h | 2 ++
> hw/acpi/aml-build.c | 68 +++++++++++++++++++++++++++++++++++++
> hw/arm/virt-acpi-build.c | 65 -----------------------------------
> hw/i386/acpi-build.c | 49 +++++++++++---------------
> 4 files changed, 89 insertions(+), 95 deletions(-)
>
Reviewed-by: Andrew Jones <address@hidden>
- [Qemu-devel] [PATCH v4 7/8] hw: acpi: Export and share the ARM RSDP build, (continued)
Re: [Qemu-devel] [PATCH v4 7/8] hw: acpi: Export and share the ARM RSDP build, Samuel Ortiz, 2018/12/17
[Qemu-devel] [PATCH v5 7/8] hw: acpi: Export and share the ARM RSDP build, Samuel Ortiz, 2018/12/17
- Re: [Qemu-devel] [PATCH v5 7/8] hw: acpi: Export and share the ARM RSDP build,
Andrew Jones <=
[Qemu-devel] [PATCH v4 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData, Samuel Ortiz, 2018/12/17
[Qemu-devel] [PATCH v4 3/8] hw: i386: Use correct RSDT length for checksum, Samuel Ortiz, 2018/12/17
[Qemu-devel] [PATCH v4 1/8] hw: acpi: The RSDP build API can return void, Samuel Ortiz, 2018/12/17
[Qemu-devel] [PATCH v4 2/8] hw: arm: acpi: Fix incorrect checksums in RSDP, Samuel Ortiz, 2018/12/17
Re: [Qemu-devel] [PATCH v4 0/8] hw: acpi: RSDP fixes and refactoring, Michael S. Tsirkin, 2018/12/17