summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2018-04-05 12:07:38 +1000
committerDavid Gibson <david@gibson.dropbear.id.au>2018-04-10 10:05:38 +1000
commit127f03e4426a7a8c5c63e277e0cdd88af80d0c8f (patch)
tree9bd000ce432f8ed45122ffcb63825faf1259930d /tests
parentefb7db250adad82c4bb302f0a80e4ae0c641f0d6 (diff)
downloadqemu-127f03e4426a7a8c5c63e277e0cdd88af80d0c8f.tar.gz
spapr: Initialize reserved areas list in FDT in H_CAS handler
At the moment the device tree produced by the H_CAS handler has no reserved map initialized at all which is not correct as at least one empty record is required to be present as a marker of the end. This does not cause problems now as the only consumer is SLOF which does not look at the reserved map area. However when DTC's "Improve libfdt's memory safety" changeset hits the QEMU upstream, there will be errors reported and crashes observed. This fixes the problem by adding an empty entry to the reserved map, just like create_device_tree() does already. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions