Andrew Fasano <fas...@mit.edu> writes:
> From: Elysia Witham <elysia.wit...@ll.mit.edu> > > The new QPP API allows plugin-to-plugin interaction for creating > and using callbacks as well as importing and exporting functions. > The new test plugins qpp_srv and qpp_client demonstrate how > plugins use the new API. > > Signed-off-by: Elysia Witham <elysia.wit...@ll.mit.edu> > Signed-off-by: Andrew Fasano <fas...@mit.edu> Sorry about the delay getting to look at this. > --- > docs/devel/tcg-plugins.rst | 91 +++++++++++++++++++++++++++++++++++++- > 1 file changed, 90 insertions(+), 1 deletion(-) > > diff --git a/docs/devel/tcg-plugins.rst b/docs/devel/tcg-plugins.rst > index 9740a70406..70ac09b96b 100644 > --- a/docs/devel/tcg-plugins.rst > +++ b/docs/devel/tcg-plugins.rst > @@ -281,6 +281,14 @@ run:: > 160 1 0 > 135 1 0 > > +- tests/plugins/qpp_srv.c & tests/plugins/qpp_client.c > + > +These plugins demonstrate QPP interactions. The qpp_srv plugin defines > +a few exported functions and its own callback which are then imported and > +used by the qpp_client plugin. The qpp_client plugin registers its own > +function to run on qpp_srv's defined callback. The tests for these plugins > +are modified as both plugins must be loaded in order to work. > + This section should be split to where the plugins are introduced. Otherwise: Reviewed-by: Alex Bennée <alex.ben...@linaro.org> -- Alex Bennée Virtualisation Tech Lead @ Linaro