commit | 8269c01417a3e0bdb444b1bdac1d9b6c8bc9e667 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Oct 04 15:40:22 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 26 11:11:28 2022 +1000 |
tree | 2b4f78b28762cc3939822cd6c4ac0b3af724b12e | |
parent | 0fe6108432ebbabbe12e53fba462770acb858a87 [diff] |
accel/tcg: Simplify page_get/alloc_target_data Since the only user, Arm MTE, always requires allocation, merge the get and alloc functions to always produce a non-null result. Also assume that the user has already checked page validity. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>