On 9/30/22 06:25, Peter Maydell wrote:
On Fri, 30 Sept 2022 at 14:23, Alex Bennée <alex.ben...@linaro.org> wrote:
Peter Maydell <peter.mayd...@linaro.org> writes:
This is going to break previously working setups involving
the "filter logging to a particular address range" and also
anybody post-processing logfiles and expecting to see
the virtual address in -d exec logging, I think.
To be honest I've never found -exec logging that useful for system
emulation (beyond check-tcg tests) because it just generates so much
data.
It can be very useful for "give me a list of all the
PC values where we executed an instruction", for shorter
test cases. You can then (given several of these) look at
where two runs diverge, and similar things. I use it,
so please don't break it :-)
Ok, I'm reworking the patchset to always have the proper virtual pc for logging.
r~