]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/system: Use the meson binary from the pyvenv
authorThomas Huth <thuth@redhat.com>
Tue, 18 Mar 2025 05:54:15 +0000 (06:54 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 19 Mar 2025 06:41:32 +0000 (07:41 +0100)
To avoid problems with the meson installation from the host
system, we should always use the meson from our venv instead.
Thus use this in the documentation, too.

While we're at it, also mention that it has to be run from
the build folder (in the igb.rst file; the other two files
were already fine).

Suggested-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Message-ID: <20250318055415.16501-1-thuth@redhat.com>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/system/arm/bananapi_m2u.rst
docs/system/arm/orangepi.rst
docs/system/devices/igb.rst

index d30db8d04c36242e4a8f4de119778983b2bb0c3a..6efa222c16fe24fa1946119a07a4774f038877d9 100644 (file)
@@ -136,4 +136,4 @@ provide the following command:
 
   $ cd qemu-build-dir
   $ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \
-    meson test --suite thorough func-arm-arm_bpim2u
+    pyvenv/bin/meson test --suite thorough func-arm-arm_bpim2u
index 8b9448ca7b0a9827fec4d25de94eb32f1f2215c3..716062fca9c5cb5769f7ac3a5ee4b096b6019b51 100644 (file)
@@ -262,4 +262,4 @@ provide the following command from the build directory:
 .. code-block:: bash
 
   $ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \
-    meson test --suite thorough func-arm-arm_orangepi
+    pyvenv/bin/meson test --suite thorough func-arm-arm_orangepi
index 9145af5c757c4f9c027bca99c37ba6c1db546087..71f31cb11606965ed2815f0b8d653721fe72856a 100644 (file)
@@ -57,11 +57,12 @@ directory:
   meson test qtest-x86_64/qos-test
 
 ethtool can test register accesses, interrupts, etc. It is automated as an
-functional test and can be ran with the following command:
+functional test and can be run from the build directory with the following
+command:
 
 .. code:: shell
 
-  meson test --suite thorough func-x86_64-netdev_ethtool
+  pyvenv/bin/meson test --suite thorough func-x86_64-netdev_ethtool
 
 References
 ==========