On Fri, Nov 30, 2018 at 02:00:30PM +0100, Samuel Ortiz wrote: > We add the ability to build legacy or current RSDP tables, based on the > AcpiRsdpData revision field passed to build_rsdp(). > Although arm/virt only uses RSDP v2, adding that capability to > build_rsdp will allow us to share the RSDP build code between ARM and x86. > > Signed-off-by: Samuel Ortiz <sa...@linux.intel.com> > Reviewed-by: Igor Mammedov <imamm...@redhat.com> > --- > hw/arm/virt-acpi-build.c | 39 ++++++++++++++++++++++++++++++++++----- > 1 file changed, 34 insertions(+), 5 deletions(-) >
Reviewed-by: Andrew Jones <drjo...@redhat.com>