]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Hide in_same_page outside of a target-specific context
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 5 Apr 2024 01:56:39 +0000 (15:56 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 06:54:32 +0000 (08:54 +0200)
commit66f3b79e85149f42465a580c2530638e27c4a4bb
tree224f91b2f831d46f7c2a1048645be4821f2a4d0c
parent80189472303e0209deb1c483915df87c0a8310bf
accel/tcg: Hide in_same_page outside of a target-specific context

While there are other methods that could be used to replace
TARGET_PAGE_MASK, the function is not really required outside
the context of target-specific translation.

This makes the header usable by target independent code.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/translator.h