]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Cap the translation block when we encounter mmio
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Apr 2024 05:28:20 +0000 (19:28 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 06:54:32 +0000 (08:54 +0200)
commitddfa9f11766c532209d4ce848c12761d28730338
tree0a07c7bf648eb3de57ff7a936369e556b97d2c24
parent04f8ed114545f01a2fee1121e862e270cdd46741
accel/tcg: Cap the translation block when we encounter mmio

Do not allow translation to proceed beyond one insn with mmio,
as we will not be caching the TranslationBlock.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translator.c