Re: [PATCH] docs/tcg-plugins: document QEMU_PLUGIN behaviour

2022-03-16 Thread Christoph Müllner
On Wed, Mar 16, 2022 at 4:01 PM Alex Bennée wrote: > > Christoph Muellner writes: > > > QEMU plugins can be loaded via command line arguments or via > > the QEMU_PLUGIN environment variable. Currently, only the first method > > is documented. Let's document QEMU_PLUGIN. > > > > Signed-off-by: Ch

Re: [PATCH] docs/tcg-plugins: document QEMU_PLUGIN behaviour

2022-03-16 Thread Alex Bennée
Christoph Muellner writes: > QEMU plugins can be loaded via command line arguments or via > the QEMU_PLUGIN environment variable. Currently, only the first method > is documented. Let's document QEMU_PLUGIN. > > Signed-off-by: Christoph Muellner > --- > docs/devel/tcg-plugins.rst | 4 >

Re: [PATCH] docs/tcg-plugins: document QEMU_PLUGIN behaviour

2022-03-16 Thread Christoph Müllner
On Wed, Mar 16, 2022 at 2:44 PM Mahmoud Abumandour wrote: > > > On Wed, Mar 16, 2022 at 2:40 PM Christoph Muellner > wrote: > >> QEMU plugins can be loaded via command line arguments or via >> the QEMU_PLUGIN environment variable. Currently, only the first method >> is documented. Let's document

Re: [PATCH] docs/tcg-plugins: document QEMU_PLUGIN behaviour

2022-03-16 Thread Mahmoud Abumandour
On Wed, Mar 16, 2022 at 2:40 PM Christoph Muellner wrote: > QEMU plugins can be loaded via command line arguments or via > the QEMU_PLUGIN environment variable. Currently, only the first method > is documented. Let's document QEMU_PLUGIN. > > Signed-off-by: Christoph Muellner > --- > docs/devel

[PATCH] docs/tcg-plugins: document QEMU_PLUGIN behaviour

2022-03-16 Thread Christoph Muellner
QEMU plugins can be loaded via command line arguments or via the QEMU_PLUGIN environment variable. Currently, only the first method is documented. Let's document QEMU_PLUGIN. Signed-off-by: Christoph Muellner --- docs/devel/tcg-plugins.rst | 4 1 file changed, 4 insertions(+) diff --git a/