On 12/11/18 10:53 AM, Peter Maydell wrote: > On Fri, 7 Dec 2018 at 10:37, Richard Henderson > <richard.hender...@linaro.org> wrote: >> >> We need to reuse this from helper-a64.c. Provide a stub >> definition for CONFIG_USER_ONLY. This matches the stub >> definitions that we removed for arm_regime_tbi{0,1} before. >> >> Signed-off-by: Richard Henderson <richard.hender...@linaro.org> >> --- >> target/arm/internals.h | 29 +++++++++++++++++++++++++++++ >> target/arm/helper.c | 16 ++-------------- >> 2 files changed, 31 insertions(+), 14 deletions(-) > > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
FWIW, I'll smoosh this into the creation of the helper. At some point we may fix tbi for user-only. r~