> -----Original Message----- > From: Eric Auger <[email protected]> > Sent: 20 May 2026 06:56 > To: Shameer Kolothum Thodi <[email protected]>; qemu- > [email protected]; [email protected] > Cc: [email protected]; [email protected]; [email protected]; Nicolin > Chen <[email protected]>; Nathan Chen <[email protected]>; Matt > Ochs <[email protected]>; Jiandi An <[email protected]>; Jason Gunthorpe > <[email protected]>; [email protected]; Krishnakant Jaju > <[email protected]>; [email protected] > Subject: Re: [PATCH v5 16/32] hw/arm/tegra241-cmdqv: Emulate VCMDQ > register writes [...] > > +tegra241_cmdqv_write_vcmdq_page0(int index, uint64_t offset0, uint64_t > val) "vcmdq[%d] page0 offset0: 0x%"PRIx64" val: 0x%"PRIx64 > > +tegra241_cmdqv_write_vcmdq_page1(int index, uint64_t offset0, uint64_t > val) "vcmdq[%d] page1 offset0: 0x%"PRIx64" val: 0x%"PRIx64 > actually would it be possible to improve the trace points by adding the > info about whether the VI or the global page is accessed. This would > allow to discriminate both. Same for read
Ok. Will add for v6. Thanks, Shameer
