]> git.ipfire.org Git - thirdparty/qemu.git/commit
util/qht: add missing atomic_set(hashes[i])
authorEmilio Cota <cota@braap.org>
Tue, 24 Jan 2023 18:01:19 +0000 (18:01 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 2 Feb 2023 11:48:20 +0000 (11:48 +0000)
commitdef48dddcfb2b8d9ef64ba5e6845ace006d30d27
tree30eb650165bdd386d7b95341b1b1677fd0431a04
parent4731f89b3b9690efccb6084b9fee43083669de14
util/qht: add missing atomic_set(hashes[i])

We forgot to add this one in "a890643958 util/qht: atomically set b->hashes".

Detected with tsan.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio Cota <cota@braap.org>
Message-Id: <20230111151628.320011-3-cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230124180127.1881110-28-alex.bennee@linaro.org>
util/qht.c