Re: [PATCH v3 08/15] target/arm: Add el_is_in_host

2022-05-31 Thread Peter Maydell
On Fri, 27 May 2022 at 19:18, Richard Henderson wrote: > > This (newish) ARM pseudocode function is easier to work with > than open-coded tests for HCR_E2H etc. Use of the function > will be staged into the code base in parts. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell tha

[PATCH v3 08/15] target/arm: Add el_is_in_host

2022-05-27 Thread Richard Henderson
This (newish) ARM pseudocode function is easier to work with than open-coded tests for HCR_E2H etc. Use of the function will be staged into the code base in parts. Signed-off-by: Richard Henderson --- target/arm/internals.h | 2 ++ target/arm/helper.c| 28 2 fi