Re: [PATCH v3] docs/devel: update tcg-plugins page

2024-08-13 Thread Alex Bennée
Pierrick Bouvier writes: > Reflect recent changes on API (inline ops) and new plugins. > > Signed-off-by: Pierrick Bouvier Queued to maintainer/for-9.1, thanks. -- Alex Bennée Virtualisation Tech Lead @ Linaro

Re: [PATCH v3] docs/devel: update tcg-plugins page

2024-08-12 Thread Pierrick Bouvier
v2 -- rebased on top of master (plugins doc was split between several files) v3 -- fix bad commit message On 8/12/24 16:19, Pierrick Bouvier wrote: Reflect recent changes on API (inline ops) and new plugins. Signed-off-by: Pierrick Bouvier --- docs/about/emulation.rst | 49 +

[PATCH v3] docs/devel: update tcg-plugins page

2024-08-12 Thread Pierrick Bouvier
Reflect recent changes on API (inline ops) and new plugins. Signed-off-by: Pierrick Bouvier --- docs/about/emulation.rst | 49 -- docs/devel/tcg-plugins.rst | 13 ++ 2 files changed, 50 insertions(+), 12 deletions(-) diff --git a/docs/about/emulatio