Message ID | 20240103173349.398526-43-alex.bennee@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | testing and plugin updates for 9.0 (pre-PR) | expand |
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> On 1/3/24 21:33, Alex Bennée wrote: > This makes them a bit more visible in the TCG emulation menu rather > than hiding them away bellow the ToC limit. > > Signed-off-by: Alex Bennée <alex.bennee@linaro.org> > --- > docs/devel/tcg-plugins.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/docs/devel/tcg-plugins.rst b/docs/devel/tcg-plugins.rst > index fa7421279f5..535a74684c5 100644 > --- a/docs/devel/tcg-plugins.rst > +++ b/docs/devel/tcg-plugins.rst > @@ -143,7 +143,7 @@ requested. The plugin isn't completely uninstalled until the safe work > has executed while all vCPUs are quiescent. > > Example Plugins > ---------------- > +=============== > > There are a number of plugins included with QEMU and you are > encouraged to contribute your own plugins plugins upstream. There is a > @@ -591,8 +591,8 @@ The plugin has a number of arguments, all of them are optional: > configuration arguments implies ``l2=on``. > (default: N = 2097152 (2MB), B = 64, A = 16) > > -API > ---- > +Plugin API > +========== > > The following API is generated from the inline documentation in > ``include/qemu/qemu-plugin.h``. Please ensure any updates to the API
On 3/1/24 18:33, Alex Bennée wrote: > This makes them a bit more visible in the TCG emulation menu rather > than hiding them away bellow the ToC limit. > > Signed-off-by: Alex Bennée <alex.bennee@linaro.org> > --- > docs/devel/tcg-plugins.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff --git a/docs/devel/tcg-plugins.rst b/docs/devel/tcg-plugins.rst index fa7421279f5..535a74684c5 100644 --- a/docs/devel/tcg-plugins.rst +++ b/docs/devel/tcg-plugins.rst @@ -143,7 +143,7 @@ requested. The plugin isn't completely uninstalled until the safe work has executed while all vCPUs are quiescent. Example Plugins ---------------- +=============== There are a number of plugins included with QEMU and you are encouraged to contribute your own plugins plugins upstream. There is a @@ -591,8 +591,8 @@ The plugin has a number of arguments, all of them are optional: configuration arguments implies ``l2=on``. (default: N = 2097152 (2MB), B = 64, A = 16) -API ---- +Plugin API +========== The following API is generated from the inline documentation in ``include/qemu/qemu-plugin.h``. Please ensure any updates to the API
This makes them a bit more visible in the TCG emulation menu rather than hiding them away bellow the ToC limit. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> --- docs/devel/tcg-plugins.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)