diff options
author | 2021-09-24 08:27:45 -0400 | |
---|---|---|
committer | 2021-10-05 17:30:57 -0400 | |
commit | 91a6b9756970f70d933ea3c01fb5306ea6e5b331 (patch) | |
tree | 9619fea40834520697a827ec1ab84c28ed0c8496 /hw/i386/acpi-common.c | |
parent | acpi: use build_append_int_noprefix() API to compose SRAT table (diff) | |
download | qemu-91a6b9756970f70d933ea3c01fb5306ea6e5b331.tar.xz qemu-91a6b9756970f70d933ea3c01fb5306ea6e5b331.zip |
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>
Diffstat (limited to 'hw/i386/acpi-common.c')
0 files changed, 0 insertions, 0 deletions