diff options
author | Igor Mammedov <imammedo@redhat.com> | 2021-09-24 08:27:42 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2021-10-05 17:30:57 -0400 |
commit | 57cb8cfbf2cda59fe829fee54115f72dd7998645 (patch) | |
tree | 93a0132c93a9aad016b0c810bc37035308ee72ca /tests/data | |
parent | 43dde1705c610710389491e5989ae6f5b5cf6fb9 (diff) | |
download | qemu-57cb8cfbf2cda59fe829fee54115f72dd7998645.zip qemu-57cb8cfbf2cda59fe829fee54115f72dd7998645.tar.gz qemu-57cb8cfbf2cda59fe829fee54115f72dd7998645.tar.bz2 |
acpi: build_tpm_tcpa: 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 (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-16-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/data')
0 files changed, 0 insertions, 0 deletions