diff options
author | Igor Mammedov <imammedo@redhat.com> | 2021-09-24 08:27:37 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2021-10-05 17:30:57 -0400 |
commit | 7d1823beeffc43669aaf7c5bc274c30e1c16e6c2 (patch) | |
tree | c47308b1ddddc40c489459f82a84dfe91b21219b /hw/rtc | |
parent | 689ef4721a06dd724e447d8b8e2dc3622c866557 (diff) | |
download | qemu-7d1823beeffc43669aaf7c5bc274c30e1c16e6c2.zip qemu-7d1823beeffc43669aaf7c5bc274c30e1c16e6c2.tar.gz qemu-7d1823beeffc43669aaf7c5bc274c30e1c16e6c2.tar.bz2 |
acpi: nvdimm_build_nfit: 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.
Also since acpi_table_begin() reserves space only for standard header
while previous acpi_data_push() reserved the header + 4 bytes field,
add 4 bytes 'Reserved' field into nvdimm_build_nfit() which didn't
have it.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-Id: <20210924122802.1455362-11-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/rtc')
0 files changed, 0 insertions, 0 deletions