]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement dirtybit check for PIE
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Oct 2025 21:55:12 +0000 (14:55 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Oct 2025 09:42:12 +0000 (10:42 +0100)
commitcfd363ca4c374ba34673e34467d973255ca009e5
tree9ca3c9de05c752ddbd6f911fa481c9d8bc991391
parent9190d68e83dc13c08b50b538f6473894b1b7b024
target/arm: Implement dirtybit check for PIE

Both S1PIE and S2PIE have a bit to make software tracking
of dirty pages easier.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20251008215613.300150-13-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/internals.h
target/arm/ptw.c
target/arm/tcg/tlb_helper.c