Re: [PATCH 0/2] fix deadlock with plugins reset/uninstall

2025-04-05 Thread Alex Bennée
Pierrick Bouvier writes: > 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 Queued to plugins/next, thanks. > > Pierrick Bouvier (2): > plugins/loader: fix deadlock when r

[PATCH 0/2] fix deadlock with plugins reset/uninstall

2025-04-03 Thread Pierrick Bouvier
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 re