OSDN Git Service

acpi: build_slit: use acpi_table_begin()/acpi_table_end() instead of build_header()
authorIgor Mammedov <imammedo@redhat.com>
Fri, 24 Sep 2021 12:27:31 +0000 (08:27 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 5 Oct 2021 21:30:57 +0000 (17:30 -0400)
commit7469f1991dc5e061ff724070c65e3fef96602bca
treecbe922f6cc7eaca490b4735e27eef86026afdd84
parentf497b7cae1cd052fdbc023f02d37921c4069f7e6
acpi: build_slit: 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-5-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/aml-build.c