commit | e28a86643842014d2a1cacb4fe9370ef53e28dc6 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Jul 16 15:51:32 2021 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jul 21 07:45:38 2021 -1000 |
tree | 590f3557fa787e9ba5bf2800ecccbb0825db84a8 | |
parent | be9568b4e02100681af14ab2d17522c3d497f511 [diff] |
accel/tcg: Standardize atomic helpers on softmmu api Reduce the amount of code duplication by always passing the TCGMemOpIdx argument to helper_atomic_*. This is not currently used for user-only, but it's easy to ignore. Tested-by: Cole Robinson <crobinso@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>