]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Pass CPUTLBEntryFull to tlb_reset_dirty_range_locked
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Mar 2025 03:10:42 +0000 (20:10 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:53 +0000 (15:04 -0700)
commit970354edc09a0ede505cea117b92e71330f1ed53
tree843564430f1e98f004362c13c024d3f73fdebb37
parent31d399ff385498816e597bcc72de0f6efc36051e
accel/tcg: Pass CPUTLBEntryFull to tlb_reset_dirty_range_locked

While we're renaming things, don't modify addr; save it for
reuse in the qatomic_set.  Compute the host address into a
new local variable.

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