Re: [PATCH-for-10.1 00/13] arm: Spring header cleanups

2025-04-05 Thread Pierrick Bouvier
On 4/3/25 12:31, Philippe Mathieu-Daudé wrote: On 3/4/25 20:22, Pierrick Bouvier wrote: On 4/2/25 15:23, Philippe Mathieu-Daudé wrote: This series is more useful for heterogeneous emulation preparation than single binary, because it allows non-ARM hw/ code to configure ARM cores, so not using t

Re: [PATCH-for-10.1 00/13] arm: Spring header cleanups

2025-04-03 Thread Philippe Mathieu-Daudé
On 3/4/25 20:22, Pierrick Bouvier wrote: On 4/2/25 15:23, Philippe Mathieu-Daudé wrote: This series is more useful for heterogeneous emulation preparation than single binary, because it allows non-ARM hw/ code to configure ARM cores, so not using target-specific APIs. I figured some patches coul

Re: [PATCH-for-10.1 00/13] arm: Spring header cleanups

2025-04-03 Thread Pierrick Bouvier
On 4/2/25 15:23, Philippe Mathieu-Daudé wrote: This series is more useful for heterogeneous emulation preparation than single binary, because it allows non-ARM hw/ code to configure ARM cores, so not using target-specific APIs. I figured some patches could be useful to Pierrick "build hw/arm once

Re: [PATCH-for-10.1 00/13] arm: Spring header cleanups

2025-04-03 Thread Pierrick Bouvier
On 4/2/25 15:23, Philippe Mathieu-Daudé wrote: This series is more useful for heterogeneous emulation preparation than single binary, because it allows non-ARM hw/ code to configure ARM cores, so not using target-specific APIs. I figured some patches could be useful to Pierrick "build hw/arm once

[PATCH-for-10.1 00/13] arm: Spring header cleanups

2025-04-02 Thread Philippe Mathieu-Daudé
This series is more useful for heterogeneous emulation preparation than single binary, because it allows non-ARM hw/ code to configure ARM cores, so not using target-specific APIs. I figured some patches could be useful to Pierrick "build hw/arm once" series (in particular arm_cpu_has_feature). Ph