Re: [Qemu-devel] [PATCH 7/8] hw: acpi: Export and share the ARM RSDP build

2018-11-26 Thread Philippe Mathieu-Daudé
Hi Samuel, On 26/11/18 17:29, Samuel Ortiz wrote: > 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 > --- > inc

[Qemu-devel] [PATCH 7/8] hw: acpi: Export and share the ARM RSDP build

2018-11-26 Thread Samuel Ortiz
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 --- include/hw/acpi/aml-build.h | 5 +++ hw/acpi/aml-build.c |