On 5/15/2026 7:10 AM, Philippe Mathieu-Daudé wrote: > Rather than having the 32-bit 'max' CPU type defined in > cpu32.c and the 64-bit counter part in cpu64.c, unify the > code in a single place in cpu-max.c. Define stubs for > aarch64_host_initfn() and aarch64_max_tcg_initfn() in the > 32-bit binary. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > target/arm/internals.h | 1 + > target/arm/cpu-max.c | 65 ++++++++++++++++++++++++++++++++++++++++ > target/arm/cpu64.c | 21 +------------ > target/arm/tcg/cpu32.c | 29 ------------------ > target/arm/tcg/stubs32.c | 10 +++++++ > 5 files changed, 77 insertions(+), 49 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
