summary refs log tree commit diff stats
path: root/docs/system
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-09-19 09:35:44 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2025-09-22 17:17:18 +0200
commitfcbe1080a4cb16767cdda788504f9793cbbe0532 (patch)
tree1b23bcac3a909e065b7adab7d19ec977a632ce05 /docs/system
parentab8008b231e758e03c87c1c483c03afdd9c02e19 (diff)
downloadfocaccia-qemu-fcbe1080a4cb16767cdda788504f9793cbbe0532.tar.gz
focaccia-qemu-fcbe1080a4cb16767cdda788504f9793cbbe0532.zip
docs: use the pyvenv version of Meson
The version in the system might be too old for QEMU; this will be
especially true if Rust is going to be enabled by default.

Adjust the docs to suggest using pyvenv/bin/meson, which is in fact
what the "make" wrappers will be running internally.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/system')
-rw-r--r--docs/system/devices/igb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/devices/igb.rst b/docs/system/devices/igb.rst
index 71f31cb116..50f625fd77 100644
--- a/docs/system/devices/igb.rst
+++ b/docs/system/devices/igb.rst
@@ -54,7 +54,7 @@ directory:
 
 .. code-block:: shell
 
-  meson test qtest-x86_64/qos-test
+  pyvenv/bin/meson test qtest-x86_64/qos-test
 
 ethtool can test register accesses, interrupts, etc. It is automated as an
 functional test and can be run from the build directory with the following