OSDN Git Service

accel/tcg: Add 'size' param to probe_access_full
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 24 Feb 2023 00:44:14 +0000 (14:44 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 28 Feb 2023 20:32:31 +0000 (10:32 -1000)
commitd507e6c565c8c44488eaf04ff4da3ba2183c6be5
tree4826e005b3c9df7c917628d33c61d3c991a8edc3
parent1770b2f2d3d6fe8f1e2d61692692264cac44340d
accel/tcg: Add 'size' param to probe_access_full

Change to match the recent change to probe_access_flags.
All existing callers updated to supply 0, so no change in behaviour.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
include/exec/exec-all.h
target/arm/ptw.c
target/arm/tcg/mte_helper.c
target/arm/tcg/sve_helper.c
target/arm/tcg/translate-a64.c
target/i386/tcg/sysemu/excp_helper.c