]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Retain prot flags from tlb_fill
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 23 Feb 2023 03:08:51 +0000 (17:08 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:07 +0000 (13:44 -0800)
commit20f7fe93f59fd840b06de2341f789725e382902b
tree989354ba814edab551ec6d6f2bed951c7d34f63a
parent71b7794bbe5ed58070cd4e1f94a4da626998f3c3
accel/tcg: Retain prot flags from tlb_fill

While changes are made to prot within tlb_set_page_full, they are
an implementation detail of softmmu.  Retain the original for any
target use of probe_access_full.

Fixes: 4047368938f6 ("accel/tcg: Introduce tlb_set_page_full")
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c