diff options
author | Igor Mammedov <imammedo@redhat.com> | 2021-09-24 08:27:29 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2021-10-05 17:30:57 -0400 |
commit | ea298e83a7fb435e57913dd755b53e6b2264feed (patch) | |
tree | b845e4821125e3882b8cc2043c595ee4a9b8f784 /qapi/trace.h | |
parent | c151fd87102cbb4082ac5dbcd704196b0495d28a (diff) | |
download | qemu-ea298e83a7fb435e57913dd755b53e6b2264feed.zip qemu-ea298e83a7fb435e57913dd755b53e6b2264feed.tar.gz qemu-ea298e83a7fb435e57913dd755b53e6b2264feed.tar.bz2 |
acpi: build_rsdt: 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 offests magic from API user.
While at it switch to build_append_int_noprefix() to build
entries to other tables (which also removes some manual offset
calculations).
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-Id: <20210924122802.1455362-3-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'qapi/trace.h')
0 files changed, 0 insertions, 0 deletions