> -----Original Message----- > From: Eric Auger <[email protected]> > Sent: 27 October 2025 10:47 > To: Shameer Kolothum <[email protected]>; qemu- > [email protected]; [email protected] > Cc: [email protected]; Jason Gunthorpe <[email protected]>; Nicolin > Chen <[email protected]>; [email protected]; [email protected]; > Nathan Chen <[email protected]>; Matt Ochs <[email protected]>; > [email protected]; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected] > Subject: Re: [PATCH v4 14/27] hw/arm/smmuv3-accel: Get host SMMUv3 hw > info and validate > ResetType type) > > if (c->parent_phases.exit) { > > c->parent_phases.exit(obj, type); > > } > > - > > - smmuv3_init_regs(s); > does that work on reset()? Besides setting idr regs, smmuv3_init_regs() also > resets the cmdq and eventq plus a bunch of dynamic registers. That needs > to happen on reset I think.
Yes. I noted that and is taken care for next. Thanks, Shameer
