Message ID | 20220216082909.614231-1-y.karadz@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | kernel-shark: Fixes needed by the Xenomai plugin | expand |
Hi Hongzan and Jan, The modifications needed by the plugin are now upstream and I would like to ask you to do one last thing. When you are ready with the plugin and its stand-alone repo, please send me a patch, adding to the README file of kernelshark a short description of your plugin (couple of sentences) and a link for its repo. This way others can take ideas and inspiration from what you did. thanks! Yordan On 16.02.22 г. 10:29 ч., Yordan Karadzhov (VMware) wrote: > Yordan Karadzhov (VMware) (2): > kernel-shark: Add KsPluginsGUI.hpp/.cpp > kernel-shark: Load 'ctrl' interface for user plugins > > src/CMakeLists.txt | 5 +++++ > src/KsPluginsGUI.cpp | 27 +++++++++++++++++++++++++++ > src/KsPluginsGUI.hpp | 22 ++++++++++++++++++++++ > src/KsUtils.cpp | 35 +++++++++++++++++++++++++---------- > src/KsUtils.hpp | 2 ++ > 5 files changed, 81 insertions(+), 10 deletions(-) > create mode 100644 src/KsPluginsGUI.cpp > create mode 100644 src/KsPluginsGUI.hpp >