Re: [RFC PATCH 15/40] target/arm: Create arm_cpu_mp_affinity

2023-01-05 Thread Philippe Mathieu-Daudé
On 3/1/23 19:16, Richard Henderson wrote: Wrapper to return the mp affinity bits from the cpu. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 5 + hw/arm/virt-acpi-build.c | 2 +- hw/arm/virt.c | 6 +++--- hw/arm/xlnx-versal-virt.c | 3 ++- hw/misc/xlnx-

[RFC PATCH 15/40] target/arm: Create arm_cpu_mp_affinity

2023-01-03 Thread Richard Henderson
Wrapper to return the mp affinity bits from the cpu. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 5 + hw/arm/virt-acpi-build.c | 2 +- hw/arm/virt.c | 6 +++--- hw/arm/xlnx-versal-virt.c | 3 ++- hw/misc/xlnx-versal-crl.c | 4 ++-- target/arm/arm-powerctl.c