]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Add probe_access_flags
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 8 May 2020 15:43:45 +0000 (08:43 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 May 2020 10:21:34 +0000 (11:21 +0100)
commit069cfe77d63e06e2b25912aea9fea6ea14bb246a
treeb4e6c9506c40946fbc060b83bceb1517cb691f7d
parent7a1bfee682d8474340ec0fced19b9f0faef9f568
accel/tcg: Add probe_access_flags

This new interface will allow targets to probe for a page
and then handle watchpoints themselves.  This will be most
useful for vector predicated memory operations, where one
page lookup can be used for many operations, and one test
can avoid many watchpoint checks.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200508154359.7494-6-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
accel/tcg/cputlb.c
accel/tcg/user-exec.c
include/exec/cpu-all.h
include/exec/exec-all.h