acpi: acpi_build_hest: use acpi_table_begin()/acpi_table_end() instead of build_header()
commit13229858cf76b9648ba20be93b70fca4429d7dcd
authorIgor Mammedov <imammedo@redhat.com>
Fri, 24 Sep 2021 12:27:34 +0000 (24 08:27 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 5 Oct 2021 21:30:57 +0000 (5 17:30 -0400)
tree5236f45e4473a096d6947b9ad5a280b105b53ed8
parent3e39c1ed7b642a20b63afaeb3742e0917d25dbe0
acpi: acpi_build_hest: 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: Dongjiu Geng <gengdongjiu1@gmail.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-Id: <20210924122802.1455362-8-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/ghes.c