From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: Thomas Huth <thuth@redhat.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [PATCH] docs/tools/virtiofsd.rst: Do not hard-code the QEMU binary name
Date: Mon, 7 Jun 2021 19:54:50 +0100 [thread overview]
Message-ID: <YL5revclBwJ9baTU@work-vm> (raw)
In-Reply-To: <20210607174250.920226-1-thuth@redhat.com>
* Thomas Huth (thuth@redhat.com) wrote:
> In downstream, we want to use a different name for the QEMU binary,
> and some people might also use the docs for non-x86 binaries, that's
> why we already created the |qemu_system| placeholder in the past.
> Use it now in the virtiofsd doc, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
> docs/tools/virtiofsd.rst | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/docs/tools/virtiofsd.rst b/docs/tools/virtiofsd.rst
> index 00554c75bd..265a39b0cf 100644
> --- a/docs/tools/virtiofsd.rst
> +++ b/docs/tools/virtiofsd.rst
> @@ -298,13 +298,13 @@ Examples
> Export ``/var/lib/fs/vm001/`` on vhost-user UNIX domain socket
> ``/var/run/vm001-vhost-fs.sock``:
>
> -::
> +.. parsed-literal::
>
> host# virtiofsd --socket-path=/var/run/vm001-vhost-fs.sock -o source=/var/lib/fs/vm001
> - host# qemu-system-x86_64 \
> - -chardev socket,id=char0,path=/var/run/vm001-vhost-fs.sock \
> - -device vhost-user-fs-pci,chardev=char0,tag=myfs \
> - -object memory-backend-memfd,id=mem,size=4G,share=on \
> - -numa node,memdev=mem \
> - ...
> + host# |qemu_system| \\
> + -chardev socket,id=char0,path=/var/run/vm001-vhost-fs.sock \\
> + -device vhost-user-fs-pci,chardev=char0,tag=myfs \\
> + -object memory-backend-memfd,id=mem,size=4G,share=on \\
> + -numa node,memdev=mem \\
> + ...
> guest# mount -t virtiofs myfs /mnt
> --
> 2.27.0
>
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
next prev parent reply other threads:[~2021-06-07 18:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-07 17:42 [PATCH] docs/tools/virtiofsd.rst: Do not hard-code the QEMU binary name Thomas Huth
2021-06-07 18:54 ` Dr. David Alan Gilbert [this message]
2021-06-08 6:33 ` Philippe Mathieu-Daudé
2021-06-08 8:08 ` Stefan Hajnoczi
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=YL5revclBwJ9baTU@work-vm \
--to=dgilbert@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=stefanha@redhat.com \
--cc=thuth@redhat.com \
/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).