acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of build_header()
commit91a6b9756970f70d933ea3c01fb5306ea6e5b331
authorIgor Mammedov <imammedo@redhat.com>
Fri, 24 Sep 2021 12:27:45 +0000 (24 08:27 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 5 Oct 2021 21:30:57 +0000 (5 17:30 -0400)
tree9619fea40834520697a827ec1ab84c28ed0c8496
parente5b6d55a6e5e13002cf79a42a0b78b3188e88a1f
acpi: build_dmar_q35: 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.

While at it switch to build_append_int_noprefix() to build
table entries tables.

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