Re: [PATCH 05/10] target/arm: Move arm_cpu_data_is_big_endian() etc to internals.h

2025-03-07 Thread Peter Maydell
On Thu, 6 Mar 2025 at 22:13, Richard Henderson wrote: > > On 3/6/25 08:39, Peter Maydell wrote: > > The arm_cpu_data_is_big_endian() and related functions are now used > > only in target/arm; they can be moved to internals.h. > > > > The motivation here is that we would like to move arm_current_el

Re: [PATCH 05/10] target/arm: Move arm_cpu_data_is_big_endian() etc to internals.h

2025-03-06 Thread Richard Henderson
On 3/6/25 08:39, Peter Maydell wrote: The arm_cpu_data_is_big_endian() and related functions are now used only in target/arm; they can be moved to internals.h. The motivation here is that we would like to move arm_current_el() to internals.h. Signed-off-by: Peter Maydell --- target/arm/cpu.h

[PATCH 05/10] target/arm: Move arm_cpu_data_is_big_endian() etc to internals.h

2025-03-06 Thread Peter Maydell
The arm_cpu_data_is_big_endian() and related functions are now used only in target/arm; they can be moved to internals.h. The motivation here is that we would like to move arm_current_el() to internals.h. Signed-off-by: Peter Maydell --- target/arm/cpu.h | 48 -