Re: [PATCH v2 10/12] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features

2025-04-30 Thread Pierrick Bouvier
On 4/30/25 11:47 AM, Richard Henderson wrote: On 4/30/25 07:58, Pierrick Bouvier wrote: new file mode 100644 index 000..fda7ccee4b5 --- /dev/null +++ b/target/arm/cpu32-stubs.c @@ -0,0 +1,24 @@ +#include "qemu/osdep.h" +#include "target/arm/cpu.h" Need license comment. Otherwise, I

Re: [PATCH v2 10/12] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features

2025-04-30 Thread Richard Henderson
On 4/30/25 07:58, Pierrick Bouvier wrote: new file mode 100644 index 000..fda7ccee4b5 --- /dev/null +++ b/target/arm/cpu32-stubs.c @@ -0,0 +1,24 @@ +#include "qemu/osdep.h" +#include "target/arm/cpu.h" Need license comment. Otherwise, Reviewed-by: Richard Henderson r~

[PATCH v2 10/12] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features

2025-04-30 Thread Pierrick Bouvier
Need to stub cpu64 finalize functions. Signed-off-by: Pierrick Bouvier --- target/arm/cpu.c | 2 -- target/arm/cpu32-stubs.c | 24 target/arm/meson.build | 11 +++ 3 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 target/arm/cpu32-s