On 24/7/26 20:36, Brian Cain wrote:
Route the globalreg read/write accessors through new get_reg_value()/set_reg_value() helpers instead of touching s->regs[reg] directly.This will be exploited by a subsequent patch that redirects VID/VID1 accesses to the L2VIC. Signed-off-by: Brian Cain <[email protected]> --- hw/hexagon/hexagon_globalreg.c | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
