]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: Use probe_access_flags in s390_probe_access
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 18 Sep 2021 17:24:18 +0000 (10:24 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (07:00 -0400)
commitdb9aab5783a2fb62250e12f0c4cfed5e1778c189
tree5fd16006a520ab9fab004f7cb4553f87d1a94399
parent263e2ab20ca40580483233a62e7a7996b28b02fc
target/s390x: Use probe_access_flags in s390_probe_access

Not sure why the user-only code wasn't rewritten to use
probe_access_flags at the same time that the sysemu code
was converted.  For the purpose of user-only, this is an
exact replacement.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/tcg/mem_helper.c