]> git.ipfire.org Git - thirdparty/qemu.git/commit
plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's
authorEmilio Cota <cota@braap.org>
Tue, 24 Jan 2023 18:01:22 +0000 (18:01 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 2 Feb 2023 11:48:20 +0000 (11:48 +0000)
commit2bbbc1be8d9a21b25d0c80b9a7345074d54abd51
tree333315f85cf2c360c3611e9cb3fd8b56a23c39dd
parent68f7b2be532ad5b134cd0053173641cf52cfa247
plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's

To fix potential deadlocks as reported by tsan.

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