summary refs log tree commit diff stats
path: root/include/qemu/plugin-memory.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-08-27 17:28:16 -0700
committerRichard Henderson <richard.henderson@linaro.org>2023-09-16 14:57:15 +0000
commitda6aef48d9a1bcda301a3a922b240a2c1aba8026 (patch)
tree6ede686d1ac76b88d38245b1a3483048b88bfb4f /include/qemu/plugin-memory.h
parente8967b6152b2b1fd953943ad03189d8a8b7f637b (diff)
downloadfocaccia-qemu-da6aef48d9a1bcda301a3a922b240a2c1aba8026.tar.gz
focaccia-qemu-da6aef48d9a1bcda301a3a922b240a2c1aba8026.zip
accel/tcg: Simplify tlb_plugin_lookup
Now that we defer address space update and tlb_flush until
the next async_run_on_cpu, the plugin run at the end of the
instruction no longer has to contend with a flushed tlb.
Therefore, delete SavedIOTLB entirely.

Properly return false from tlb_plugin_lookup when we do
not have a tlb match.

Fixes a bug in which SavedIOTLB had stale data, because
there were multiple i/o accesses within a single insn.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/qemu/plugin-memory.h')
0 files changed, 0 insertions, 0 deletions