acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build_header()
commit99a7545f92378765ca98eb1b54b1087c9d2567ec
authorIgor Mammedov <imammedo@redhat.com>
Fri, 24 Sep 2021 12:27:48 +0000 (24 08:27 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 5 Oct 2021 21:30:57 +0000 (5 17:30 -0400)
tree4a5d4eba1bdc1ffacffe34b34845ea0222469a10
parentb0a45ff60e822c26fbf412d3b82bd5748e4f8fb0
acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build_header()

it replaces error-prone pointer arithmetic for build_header() API,
with 2 calls to start and finish table creation,
which hides offsets magic from API user.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-Id: <20210924122802.1455362-22-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/arm/virt-acpi-build.c
hw/i386/acpi-common.c
include/hw/acpi/acpi-defs.h