]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/exec: Move tb_{,set_}page_addr[01] to translation-block.h
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 27 Mar 2025 21:11:09 +0000 (16:11 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
commita456c72695e59589d88100ca7b3448817a6fa953
treed00c456eda5d4a6bdb50056f09178921bc956b9c
parent24b5e0fdb543a09c26d6d77051b17055288bef8e
include/exec: Move tb_{,set_}page_addr[01] to translation-block.h

Move the accessor functions for TranslationBlock
into the header related to the structure.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/exec-all.h
include/exec/translation-block.h