]> www.infradead.org Git - users/dwmw2/qemu.git/commit
test/plugins: preserve the instruction record over translations
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Jul 2024 08:40:29 +0000 (09:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Jul 2024 11:34:41 +0000 (12:34 +0100)
commitee3878bda1057e3e693ddbc5de657ccc6bcca2bd
tree173683d601f448f48a1490b89095ab7f39ba7969
parent03295660c854119646baa2e429aac9f2d1fb8a0f
test/plugins: preserve the instruction record over translations

We are interested in the particular instruction so we should use a
stable record for it. We could bring this down to physical address but
for now vaddr + disas seems to do the trick.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240705084047.857176-23-alex.bennee@linaro.org>
tests/plugin/insn.c