Re: [PATCH v4 01/18] hw/hexagon: add hex-subsys

Pierrick Bouvier <[email protected]> Fri, 31 Jul 2026 10:28:39 -0700
Newsgroups org.nongnu.qemu-devel
Message-ID <[email protected]>
On 7/29/2026 6:28 PM, Brian Cain wrote:
> The virt and DSP machine models build the same core subsystem, let's
> abstract out that part.  Start with the DDR and config table ROM setup.
> 
> Signed-off-by: Brian Cain <[email protected]>
> ---
>  include/hw/hexagon/hex-subsys.h | 17 +++++++++++++++++
>  hw/hexagon/hex-subsys.c         | 32 ++++++++++++++++++++++++++++++++
>  hw/hexagon/hexagon_dsp.c        | 17 ++---------------
>  hw/hexagon/virt.c               | 14 ++------------
>  hw/hexagon/meson.build          |  1 +
>  5 files changed, 54 insertions(+), 27 deletions(-)
>  create mode 100644 include/hw/hexagon/hex-subsys.h
>  create mode 100644 hw/hexagon/hex-subsys.c
> 

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