Re: [PATCH v4 04/18] hw/hexagon: move the TLB to hex-subsys

Pierrick Bouvier <[email protected]> Fri, 31 Jul 2026 10:30:17 -0700
Newsgroups org.nongnu.qemu-devel
Message-ID <[email protected]>
On 7/29/2026 6:28 PM, Brian Cain wrote:
> The TLB device is sized from the config table, so both machines create
> it identically.
> 
> Signed-off-by: Brian Cain <[email protected]>
> ---
>  include/hw/hexagon/hexagon.h |  1 +
>  hw/hexagon/hex-subsys.c      | 16 ++++++++++++++++
>  hw/hexagon/hexagon_dsp.c     | 10 ----------
>  hw/hexagon/virt.c            | 10 ----------
>  4 files changed, 17 insertions(+), 20 deletions(-)
> 

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