We first fix the issue reported in [1]. We then add a test plugin making sure we don't regress in the future.
[1] https://gitlab.com/qemu-project/qemu/-/issues/2901 Pierrick Bouvier (2): plugins/loader: fix deadlock when resetting/uninstalling a plugin tests/tcg/plugins: add plugin to test reset and uninstall plugins/loader.c | 2 +- tests/tcg/plugins/reset.c | 73 +++++++++++++++++++++++++++++++++++ tests/tcg/plugins/meson.build | 2 +- 3 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 tests/tcg/plugins/reset.c -- 2.39.5