Richard Henderson da6aef48d9 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>
2023-09-16 14:57:15 +00:00
..
2023-09-16 14:57:15 +00:00
2023-01-16 10:14:12 -10:00
2023-06-26 17:33:00 +02:00
2023-06-05 12:06:49 -07:00
2023-01-16 10:14:12 -10:00
2023-08-31 19:47:43 +02:00
2023-06-05 12:04:29 -07:00