Hi I am exploring the rather awesome TCG Plugin feature of QEMU (https://www.qemu.org/docs/master/devel/tcg-plugins.html#). The latest documentation for this feature states:
"This is a new feature for QEMU and it does allow people to develop out-of-tree plugins that can be dynamically linked into a running QEMU process". However all the examples given on the documentation page show cases where the plugin is loaded at QEMU invocation time. Is there any documentation or associated material that discusses how a plugin can be dynamically linked into a running QEMU process? I would very much like to be able to experiment with this capability. Also, if so, is there a way to unlink the plugin from the running process if needed? Any help or guidance would be appreciared! Cheers Stephen