semihosting: Move softmmu-uaccess.h functions out of line
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Apr 2022 03:44:17 +0000 (20:44 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jun 2022 23:05:06 +0000 (04:35 +0530)
commit0a9221810ce08fd5b0c4cff6055e640d4bd6876d
tree558d8ab12a87e49a6e4c5327d6060883e4413d92
parent259739ce74300ae9e5df7c8c3a8a672341af5546
semihosting: Move softmmu-uaccess.h functions out of line

Rather that static (and not even inline) functions within a
header, move the functions to semihosting/uaccess.c.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/semihosting/softmmu-uaccess.h
semihosting/meson.build
semihosting/uaccess.c [new file with mode: 0644]