From: "Alex Bennée" <alex.bennee@linaro.org>
To: Christoph Muellner <cmuellner@linux.com>
Cc: Alexandre Iooss <erdnaxe@crans.org>,
Mahmoud Mandour <ma.mandourr@gmail.com>,
qemu-devel@nongnu.org
Subject: Re: [PATCH v3] docs/tcg-plugins: document QEMU_PLUGIN behaviour
Date: Wed, 16 Mar 2022 19:34:33 +0000 [thread overview]
Message-ID: <875yod3d3t.fsf@linaro.org> (raw)
In-Reply-To: <20220316181412.1550044-1-cmuellner@linux.com>
Christoph Muellner <cmuellner@linux.com> 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.
>
> As drive-by cleanup, this patch fixes the path to the plugins
> in the same section of the documentation.
>
> Signed-off-by: Christoph Muellner <cmuellner@linux.com>
Queued to for-7.0/misc-bits, thanks.
There where some minor typos but I've fixed them.
> ---
> docs/devel/tcg-plugins.rst | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/docs/devel/tcg-plugins.rst b/docs/devel/tcg-plugins.rst
> index f93ef4fe52..bf66c12885 100644
> --- a/docs/devel/tcg-plugins.rst
> +++ b/docs/devel/tcg-plugins.rst
> @@ -27,13 +27,18 @@ Once built a program can be run with multiple plugins loaded each with
> their own arguments::
>
> $QEMU $OTHER_QEMU_ARGS \
> - -plugin tests/plugin/libhowvec.so,inline=on,count=hint \
> - -plugin tests/plugin/libhotblocks.so
> + -plugin contrib/plugin/libhowvec.so,inline=on,count=hint \
> + -plugin contrib/plugin/libhotblocks.so
>
> Arguments are plugin specific and can be used to modify their
> behaviour. In this case the howvec plugin is being asked to use inline
> ops to count and break down the hint instructions by type.
>
> +Linux user-mode emulation also evaluates the environment variable
> +``QEMU_PLUGIN``::
> +
> + QEMU_PLUGIN="file=contrib/plugin/libhowec.so,inline=on,count=hint" $QEMU
> +
> Writing plugins
> ---------------
--
Alex Bennée
prev parent reply other threads:[~2022-03-16 19:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-16 18:14 [PATCH v3] docs/tcg-plugins: document QEMU_PLUGIN behaviour Christoph Muellner
2022-03-16 19:34 ` Alex Bennée [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875yod3d3t.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=cmuellner@linux.com \
--cc=erdnaxe@crans.org \
--cc=ma.mandourr@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).