| commit | 06f38c6688f8b7dcf65377b3302e45bfecc5e060 | [log] [tgz] |
|---|---|---|
| author | Richard Henderson <richard.henderson@linaro.org> | Sun Aug 06 21:03:27 2023 -0700 |
| committer | Richard Henderson <richard.henderson@linaro.org> | Tue Aug 08 13:33:22 2023 -0700 |
| tree | 3696fa18516bdc1fd4af5253a4933a8b78659cd1 | |
| parent | 0c441aeb39ce77cf0c68c93f94f1e64addaefaff [diff] |
linux-user: Rewrite fixed probe_guest_base Create a set of subroutines to collect a set of guest addresses, all of which must be mappable on the host. Use this within the renamed pgb_fixed subroutine to validate the user's choice of guest_base specified by the -B command-line option. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>