]> git.proxmox.com Git - mirror_qemu.git/commit - cpu-target.c
accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Oct 2022 16:26:26 +0000 (09:26 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Oct 2022 01:11:28 +0000 (11:11 +1000)
commitd6d1fd29733c1b575bd928066024be6f2bb05d42
tree69bf731455ba70ba8b468b9076b11282541e0a55
parent67aabbb312eda2316011aab5b54c37d08c82f933
accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter

This function is is never called with a real range,
only for a single page.  Drop the second parameter
and rename to tb_invalidate_phys_page.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/tb-maint.c
cpu.c
include/exec/translate-all.h