On 2/19/21 6:45 AM, Peter Maydell wrote:
+ s->initsvtor0 = value; + set_init_vtor(0, s->initsvtor0 & ~R_INITSVTOR0_LOCK_MASK);
As long as you're clearing bits, initsvtor0 begins at bit 7. Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
