summaryrefslogtreecommitdiffstats
path: root/target/arm/translate-a64.c
diff options
context:
space:
mode:
authorPavel Dovgalyuk2019-07-25 10:44:49 +0200
committerPaolo Bonzini2019-08-20 17:26:22 +0200
commitba3e7926691ed33e1164fafbd4fb2e8e50e7c4cd (patch)
treefc8de5c6231394051bde1be8b89e52be0fe05032 /target/arm/translate-a64.c
parentreplay: rename step-related variables and functions (diff)
downloadqemu-ba3e7926691ed33e1164fafbd4fb2e8e50e7c4cd.tar.gz
qemu-ba3e7926691ed33e1164fafbd4fb2e8e50e7c4cd.tar.xz
qemu-ba3e7926691ed33e1164fafbd4fb2e8e50e7c4cd.zip
icount: clean up cpu_can_io at the entry to the block
Most of IO instructions can be executed only at the end of the block in icount mode. Therefore translator can set cpu_can_io flag when translating the last instruction. But when the blocks are chained, then this flag is not reset and may remain set at the beginning of the next block. This patch resets the flag at the entry of any translation block, making I/O operations impossible by default. Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> -- v2 changes: - reset can_do_io at the start of every TB (suggested by Paolo Bonzini) Message-Id: <156404428943.18669.15747009371169578935.stgit@pasha-Precision-3630-Tower> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/arm/translate-a64.c')
0 files changed, 0 insertions, 0 deletions