commit | 49d1866a6e53b84fd0aceced39ee3d01eb77e813 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Oct 04 10:21:59 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 13 11:27:03 2024 -0700 |
tree | 01aca5e61ea13438eb5ab44a915a3e5f2e746a60 | |
parent | d0fb97402278c746ac89059e3dd57d2f59c1cc69 [diff] |
accel/tcg: Assert noreturn from write-only page for atomics There should be no "just in case"; the page is already in the tlb, and known to be not readable. Reviewed-by: Helge Deller <deller@gmx.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>