linux-user: Rename validate_guest_space => init_guest_commpage
commitc3637eaf61c9c4a74edaa078599f349eeefa49c6
authorLuke Shumaker <lukeshu@parabola.nu>
Thu, 28 Dec 2017 18:08:05 +0000 (28 13:08 -0500)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 9 Mar 2018 20:23:03 +0000 (9 21:23 +0100)
treeb515534bd60836ab3e7830bb69bbc398d590defa
parent8756e1361d177e91dc6d88f37749b809fd2407fb
linux-user: Rename validate_guest_space => init_guest_commpage

init_guest_commpage is a much more honest description of what the function
does.  validate_guest_space not only suggests that the function has no
side-effects, but also introduces confusion as to why it is only needed on
32-bit ARM targets.

Signed-off-by: Luke Shumaker <lukeshu@parabola.nu>
Message-Id: <20171228180814.9749-3-lukeshu@lukeshu.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/elfload.c