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

Philippe Mathieu-Daudé posted 2 patches 2 months, 4 weeks ago
include/hw/core/cpu.h     | 9 +++++++++
cpu-common.c              | 5 +++++
target/arm/arm-powerctl.c | 6 ++++--
3 files changed, 18 insertions(+), 2 deletions(-)
[PATCH v2 0/2] target/arm/arm-powerctl: Restrict to ARM cores
Posted by Philippe Mathieu-Daudé 2 months, 4 weeks ago
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(-)

-- 
2.47.1


Re: [PATCH v2 0/2] target/arm/arm-powerctl: Restrict to ARM cores
Posted by Richard Henderson 2 months, 4 weeks ago
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~