From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
To: "Alex Bennée" <alex.bennee@linaro.org>
Cc: qemu-devel@nongnu.org,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Thomas Huth" <thuth@redhat.com>
Subject: Re: [PATCH for 10.1 02/13] docs/system: reword the TAP notes to remove tarball ref
Date: Thu, 24 Jul 2025 14:07:16 +0300 [thread overview]
Message-ID: <CAAjaMXazPf0MtOFdN1kZ+rmxpeta16+zDVTfveB9iL3UJA_viA@mail.gmail.com> (raw)
In-Reply-To: <20250724105939.2393230-3-alex.bennee@linaro.org>
On Thu, Jul 24, 2025 at 2:02 PM Alex Bennée <alex.bennee@linaro.org> wrote:
>
> We don't ship the tarball and users should generally look to the
> distribution specific packaging.
>
> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/560
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> docs/system/devices/net.rst | 16 +++++++++++-----
> 1 file changed, 11 insertions(+), 5 deletions(-)
>
> diff --git a/docs/system/devices/net.rst b/docs/system/devices/net.rst
> index 4d787c3aeb0..7d76fe88c45 100644
> --- a/docs/system/devices/net.rst
> +++ b/docs/system/devices/net.rst
> @@ -21,11 +21,17 @@ configure it as if it was a real ethernet card.
> Linux host
> ^^^^^^^^^^
>
> -As an example, you can download the ``linux-test-xxx.tar.gz`` archive
> -and copy the script ``qemu-ifup`` in ``/etc`` and configure properly
> -``sudo`` so that the command ``ifconfig`` contained in ``qemu-ifup`` can
> -be executed as root. You must verify that your host kernel supports the
> -TAP network interfaces: the device ``/dev/net/tun`` must be present.
> +A distribution will generally provide specific helper scripts when it
> +packages QEMU. By default these are found at ``/etc/qemu-ifup`` and
> +``/etc/qemu-ifdown`` and are called appropriately when QEMU wants to
> +change the network state.
> +
> +If QEMU is being run as a non-privileged user you may need properly
> +configure ``sudo`` so that network commands in the scripts can be
> +executed as root.
> +
> +You must verify that your host kernel supports the TAP network
> +interfaces: the device ``/dev/net/tun`` must be present.
>
> See :ref:`sec_005finvocation` to have examples of command
> lines using the TAP network interfaces.
> --
> 2.47.2
>
>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
next prev parent reply other threads:[~2025-07-24 11:08 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-24 10:59 [PATCH for 10.1 00/13] documentation updates and test tweaks Alex Bennée
2025-07-24 10:59 ` [PATCH for 10.1 01/13] docs/user: clarify user-mode expects the same OS Alex Bennée
2025-07-24 11:02 ` Manos Pitsidianakis
2025-07-24 10:59 ` [PATCH for 10.1 02/13] docs/system: reword the TAP notes to remove tarball ref Alex Bennée
2025-07-24 11:07 ` Manos Pitsidianakis [this message]
2025-07-24 10:59 ` [PATCH for 10.1 03/13] docs/user: clean up headings Alex Bennée
2025-07-24 11:09 ` Manos Pitsidianakis
2025-07-25 1:13 ` Richard Henderson
2025-07-25 1:14 ` Richard Henderson
2025-07-24 10:59 ` [PATCH for 10.1 04/13] docs/user: slightly reword section on system calls Alex Bennée
2025-07-24 11:10 ` Manos Pitsidianakis
2025-07-24 10:59 ` [PATCH for 10.1 05/13] docs/user: expand section on threading Alex Bennée
2025-07-24 11:13 ` Manos Pitsidianakis
2025-07-24 10:59 ` [PATCH for 10.1 06/13] tests/functional: add hypervisor test for aarch64 Alex Bennée
2025-07-24 13:38 ` Thomas Huth
2025-07-24 10:59 ` [PATCH for 10.1 07/13] tests/tcg: skip libsyscall.so on softmmu tests Alex Bennée
2025-07-24 11:14 ` Manos Pitsidianakis
2025-07-24 10:59 ` [PATCH for 10.1 08/13] tests/tcg: remove ADDITIONAL_PLUGINS_TESTS Alex Bennée
2025-07-24 11:15 ` Manos Pitsidianakis
2025-07-24 10:59 ` [PATCH for 10.1 09/13] tests/tcg: don't include multiarch tests if not supported Alex Bennée
2025-07-24 11:17 ` Manos Pitsidianakis
2025-07-24 10:59 ` [PATCH for 10.1 10/13] configure: expose PYTHON to test/tcg/config-host.mak Alex Bennée
2025-07-24 11:18 ` Manos Pitsidianakis
2025-07-24 10:59 ` [PATCH for 10.1 11/13] tests/tcg: reduce the number of plugin tests combinations Alex Bennée
2025-07-24 11:25 ` Manos Pitsidianakis
2025-07-24 11:59 ` Alex Bennée
2025-07-24 12:05 ` Manos Pitsidianakis
2025-07-24 12:48 ` Alex Bennée
2025-07-24 12:53 ` Manos Pitsidianakis
2025-07-24 10:59 ` [PATCH for 10.1 12/13] tests/docker: add --arch-only to qemu deps for all-test-cross Alex Bennée
2025-07-24 11:30 ` Manos Pitsidianakis
2025-07-24 10:59 ` [PATCH for 10.1 13/13] tests/docker: handle host-arch selection " Alex Bennée
2025-07-24 11:29 ` Manos Pitsidianakis
2025-07-24 12:36 ` Alex Bennée
2025-07-24 12:49 ` Manos Pitsidianakis
2025-07-25 11:57 ` Alex Bennée
2025-07-25 12:46 ` Manos Pitsidianakis
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=CAAjaMXazPf0MtOFdN1kZ+rmxpeta16+zDVTfveB9iL3UJA_viA@mail.gmail.com \
--to=manos.pitsidianakis@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--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).