]> Git Repo - qemu.git/commit
acpi: build_mcfg: use acpi_table_begin()/acpi_table_end() instead of build_header()
authorIgor Mammedov <[email protected]>
Fri, 24 Sep 2021 12:27:35 +0000 (08:27 -0400)
committerMichael S. Tsirkin <[email protected]>
Tue, 5 Oct 2021 21:30:57 +0000 (17:30 -0400)
commit578bc7a06462fd71c66d1562c457b01da307a7b6
tree6a906ce48675b0f5ae6af155eb223098c1e62657
parent13229858cf76b9648ba20be93b70fca4429d7dcd
acpi: build_mcfg: 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 <[email protected]>
Reviewed-by: Eric Auger <[email protected]>
Message-Id: <20210924122802.1455362[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/acpi/pci.c
This page took 0.026006 seconds and 4 git commands to generate.