On Thu, Nov 29, 2018 at 02:24:25PM +0100, Samuel Ortiz wrote: > Instead of filling a mapped and packed C structure field in random order > and being careful about endianness and sizes, build_rsdp() now uses > build_append_int_noprefix() to compose RSDP table. > > This makes for an easier to review and maintain code that is almost > matching 1:1 the ACPI spec itself. > > Signed-off-by: Samuel Ortiz <sa...@linux.intel.com> > --- > hw/arm/virt-acpi-build.c | 42 +++++++++++++++++++++------------------- > 1 file changed, 22 insertions(+), 20 deletions(-)
Reviewed-by: Andrew Jones <drjo...@redhat.com>