commit | 9e0e6a7e8e2351ca757f08f491ef99bbc2afd548 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu May 25 23:10:59 2023 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 30 09:51:11 2023 -0700 |
tree | 763edeb0ad0ba273a11ccef96842239bce2fe809 | |
parent | 723d3a276f3ea3efb4d4deb4c1150168db464dba [diff] |
accel/tcg: Fix check for page writeability in load_atomic16_or_exit PAGE_WRITE is current writability, as modified by TB protection; PAGE_WRITE_ORG is the original page writability. Fixes: cdfac37be0d ("accel/tcg: Honor atomicity of loads") Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>