]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec: Reduce tlb_set_dirty() declaration scope
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 14 Sep 2023 19:40:07 +0000 (21:40 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 26 Apr 2024 13:28:11 +0000 (15:28 +0200)
commit51579d40f9c719361ec9355bb48386e5d3ce85c1
treedee2158b0daeba3dcb67675a791a579cd6489efa
parent7d7a21ba691d3f52fdcf123adf2b79f7ce88174d
exec: Reduce tlb_set_dirty() declaration scope

tlb_set_dirty() is only used in accel/tcg/cputlb.c,
where it is defined. Declare it statically, removing
the stub.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240418192525.97451-11-philmd@linaro.org>
accel/stubs/tcg-stub.c
accel/tcg/cputlb.c
include/exec/exec-all.h