commit | 177a8cb83bcf2c8eb013b997173a25339a7ce86f | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Dec 24 05:06:29 2022 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 05 11:41:29 2023 -0800 |
tree | 61082941a8267a5be6bc469bfce4c793a9f00d0b | |
parent | 1b660f42efd721e4bcb5548907ba8d1370053318 [diff] |
accel/tcg: Use g_free_rcu for user-exec interval trees Because we allow lockless lookups, we have to be careful when it is freed. Use rcu to delay the free until safe. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>