On Thu, Nov 29, 2018 at 02:24:27PM +0100, 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 <sa...@linux.intel.com> > Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> > Tested-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > include/hw/acpi/aml-build.h | 2 ++ > hw/acpi/aml-build.c | 50 +++++++++++++++++++++++++++++++++++++ > hw/arm/virt-acpi-build.c | 50 ------------------------------------- > hw/i386/acpi-build.c | 39 +++++++---------------------- > 4 files changed, 61 insertions(+), 80 deletions(-) >
Reviewed-by: Andrew Jones <drjo...@redhat.com>