qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [Qemu-devel] [PATCH v5 7/8] hw: acpi: Export and share th


From: Andrew Jones
Subject: Re: [Qemu-arm] [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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]