mbox series

[v2,0/2] target/arm/arm-powerctl: Restrict to ARM cores

Message ID 20250107135739.48324-1-philmd@linaro.org (mailing list archive)
Headers show
Series target/arm/arm-powerctl: Restrict to ARM cores | expand

Message

Philippe Mathieu-Daudé Jan. 7, 2025, 1:57 p.m. UTC
Since v1:
- Factor cpu_is_of_type() out

Philippe Mathieu-Daudé (2):
  cpus: Introduce cpu_is_of_type() helper
  target/arm/arm-powerctl: Restrict to ARM cores

 include/hw/core/cpu.h     | 9 +++++++++
 cpu-common.c              | 5 +++++
 target/arm/arm-powerctl.c | 6 ++++--
 3 files changed, 18 insertions(+), 2 deletions(-)

Comments

Richard Henderson Jan. 7, 2025, 3:34 p.m. UTC | #1
On 1/7/25 05:57, Philippe Mathieu-Daudé wrote:
> Since v1:
> - Factor cpu_is_of_type() out
> 
> Philippe Mathieu-Daudé (2):
>    cpus: Introduce cpu_is_of_type() helper
>    target/arm/arm-powerctl: Restrict to ARM cores
> 
>   include/hw/core/cpu.h     | 9 +++++++++
>   cpu-common.c              | 5 +++++
>   target/arm/arm-powerctl.c | 6 ++++--
>   3 files changed, 18 insertions(+), 2 deletions(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~