On Mon, Dec 17, 2018 at 04:34:48PM +0100, Samuel Ortiz wrote: > > From: Samuel Ortiz <sa...@linux.intel.com> > > 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: Igor Mammedov <imamm...@redhat.com> > --- > 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 <drjo...@redhat.com>