Re: [PATCH 16/22] target/arm: Extract verify_accel_features() from cpu_realize()

2023-09-29 Thread Richard Henderson
On 9/18/23 09:02, Philippe Mathieu-Daudé wrote: When looking at the arm_cpu_realizefn() method, most of the code run before the cpu_exec_realizefn() call checks whether the requested CPU features are compatible with the requested accelerator. Extract this code to a dedicated handler matching our

[PATCH 16/22] target/arm: Extract verify_accel_features() from cpu_realize()

2023-09-18 Thread Philippe Mathieu-Daudé
When looking at the arm_cpu_realizefn() method, most of the code run before the cpu_exec_realizefn() call checks whether the requested CPU features are compatible with the requested accelerator. Extract this code to a dedicated handler matching our recently added CPUClass::verify_accel_features() h