]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Fix argument types of tlb_reset_dirty
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Mar 2025 02:47:32 +0000 (19:47 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:48 +0000 (14:08 -0700)
commit31d399ff385498816e597bcc72de0f6efc36051e
treeaddf8fae21c8361ef11c1008d95d9a24003819b5
parent4d43552abe5c20ab414c054dd591bb6777832355
accel/tcg: Fix argument types of tlb_reset_dirty

The arguments to tlb_reset_dirty are host pointers.
The conversion from ram_addr_t was done in the sole
caller, tlb_reset_dirty_range_all.

Fixes: e554861766d ("exec: prepare for splitting")
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
include/exec/cputlb.h