Re: [PATCH v4 02/18] hw/hexagon: move VTCM to the common machine state
Pierrick Bouvier <[email protected]> Fri, 31 Jul 2026 10:29:00 -0700
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/2026 6:28 PM, Brian Cain wrote: > The VTCM is described by the config table, so every machine can set it > up the same way. > > Signed-off-by: Brian Cain <[email protected]> > --- > include/hw/hexagon/hexagon.h | 1 + > include/hw/hexagon/virt.h | 1 - > hw/hexagon/hex-subsys.c | 8 ++++++++ > hw/hexagon/virt.c | 5 ----- > 4 files changed, 9 insertions(+), 6 deletions(-) > Reviewed-by: Pierrick Bouvier <[email protected]>