summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
diff options
context:
space:
mode:
authorDaniel Henrique Barboza2021-09-22 14:28:52 +0200
committerDavid Gibson2021-09-30 04:26:06 +0200
commit28d86252fc6d7ff0b48a0298014e4761d8580c70 (patch)
tree9f98448db594fdebae7283583f3679f343bf1e85 /qemu-img.c
parenthw/intc: openpic: Clean up the styles (diff)
downloadqemu-28d86252fc6d7ff0b48a0298014e4761d8580c70.tar.gz
qemu-28d86252fc6d7ff0b48a0298014e4761d8580c70.tar.xz
qemu-28d86252fc6d7ff0b48a0298014e4761d8580c70.zip
spapr_numa.c: fixes in spapr_numa_FORM2_write_rtas_tables()
This patch has a handful of modifications for the recent added FORM2 support: - to not allocate more than the necessary size in 'distance_table'. At this moment the array is oversized due to allocating uint32_t for all elements, when most of them fits in an uint8_t. Fix it by changing the array to uint8_t and allocating the exact size; - use stl_be_p() to store the uint32_t at the start of 'distance_table'; - use sizeof(uint32_t) to skip the uint32_t length when populating the distances; - use the NUMA_DISTANCE_MIN macro from sysemu/numa.h to avoid hardcoding the local distance value. Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20210922122852.130054-2-danielhb413@gmail.com> Reviewed-by: Greg Kurz <groug@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'qemu-img.c')
0 files changed, 0 insertions, 0 deletions