summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2016-01-19 15:57:42 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2016-01-30 23:37:36 +1100
commitc920f7b42fc7834bae73a5fd146f58db18bb3f58 (patch)
tree3b1e3b1ba30e1f4b5ca6cb75a4400ace3e41713c /include/net
parentff57eae5f119ce2c6fbaab1313e3487969533fb9 (diff)
downloadqemu-c920f7b42fc7834bae73a5fd146f58db18bb3f58.zip
spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_buffer
rtas_st_buffer() appears in spapr.h as though it were a widely used helper, but in fact it is only used for saving data in a format used by rtas_ibm_get_system_parameter(). This changes it to a local helper more specifically for that function. While we're there fix a couple of small defects in rtas_ibm_get_system_parameter: - For the string value SPLPAR_CHARACTERISTICS, it wasn't including the terminating \0 in the length which it should according to LoPAPR 7.3.16.1 - It now checks that the supplied buffer has at least enough space for the length of the returned data, and returns an error if it does not. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions