Re: [PATCH v4 05/18] hw/hexagon: group the CPUs in a cluster

Pierrick Bouvier <[email protected]> Fri, 31 Jul 2026 10:34:59 -0700
Newsgroups org.nongnu.qemu-devel
Message-ID <[email protected]>
On 7/29/2026 6:28 PM, Brian Cain wrote:
> The CPUs are now grouped in a TYPE_CPU_CLUSTER.
> 
> Signed-off-by: Brian Cain <[email protected]>
> ---
>  include/hw/hexagon/hex-subsys.h | 12 +++++++++++-
>  include/hw/hexagon/hexagon.h    |  1 +
>  hw/hexagon/hex-subsys.c         | 30 +++++++++++++++++++++++++++++-
>  hw/hexagon/hexagon_dsp.c        | 11 ++++++++++-
>  hw/hexagon/virt.c               | 11 ++++++++++-
>  hw/hexagon/Kconfig              |  1 +
>  6 files changed, 62 insertions(+), 4 deletions(-)
> 

Reviewed-by: Pierrick Bouvier <[email protected]>