Re: [PATCH v4 03/18] hw/hexagon: move global registers to hex-subsys
Pierrick Bouvier <[email protected]> Fri, 31 Jul 2026 10:29:45 -0700
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/2026 6:28 PM, Brian Cain wrote: > Both machines create the global register device the same way, so let > hex-subsys own it and link it to each CPU as it is realized. > > Signed-off-by: Brian Cain <[email protected]> > --- > include/hw/hexagon/hex-subsys.h | 6 +++++- > include/hw/hexagon/hexagon.h | 1 + > hw/hexagon/hex-subsys.c | 29 ++++++++++++++++++++++++++++- > hw/hexagon/hexagon_dsp.c | 15 ++------------- > hw/hexagon/virt.c | 23 +++++------------------ > 5 files changed, 41 insertions(+), 33 deletions(-) > Reviewed-by: Pierrick Bouvier <[email protected]>