diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2025-01-16 16:02:51 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2025-01-17 10:44:59 +0000 |
commit | 27f347e6a1d269c533633c812321cabb249eada8 (patch) | |
tree | 1b3b74e67d4f1e2365d83b3516fda7e1350864f3 /include/qemu | |
parent | db7a06ade11eb380aeef0b7c204b699878bdd799 (diff) | |
download | qemu-27f347e6a1d269c533633c812321cabb249eada8.zip qemu-27f347e6a1d269c533633c812321cabb249eada8.tar.gz qemu-27f347e6a1d269c533633c812321cabb249eada8.tar.bz2 |
accel/tcg: also suppress asynchronous IRQs for cpu_io_recompile
While it would be technically correct to allow an IRQ to happen (as
the offending instruction never really completed) it messes up
instrumentation. We already take care to only use memory
instrumentation on the block, we should also suppress IRQs.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Julian Ganz <neither@nut.email>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250116160306.1709518-23-alex.bennee@linaro.org>
Diffstat (limited to 'include/qemu')
0 files changed, 0 insertions, 0 deletions