On 5/15/2026 7:10 AM, Philippe Mathieu-Daudé wrote: > cpu32.c only contains CPU types used in 32-bit system emulation: > rename it as cpu32-system.c; always compile the file but only > register the QOM types for the 32-bit binary. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > target/arm/tcg/{cpu32.c => cpu32-system.c} | 19 ++++++------------- > target/arm/tcg/meson.build | 5 +---- > 2 files changed, 7 insertions(+), 17 deletions(-) > rename target/arm/tcg/{cpu32.c => cpu32-system.c} (98%) >
Reviewed-by: Pierrick Bouvier <[email protected]>
