Re: [kvm-unit-tests PATCH v2 01/18] run_tests: Document --probe-maxsmp argument
From: Andrew Jones <hidden>
Date: 2025-01-21 14:41:58
Also in:
kvm, kvm-riscv, kvmarm, linux-s390
On Mon, Jan 20, 2025 at 04:42:59PM +0000, Alexandru Elisei wrote:
quoted hunk ↗ jump to hunk
Commit 5dd20ec76ea63 ("runtime: Update MAX_SMP probe") added the --probe-maxmp argument, but the help message for run_tests.sh wasn't updated. Document --probe-maxsmp. Signed-off-by: Alexandru Elisei <redacted> --- run_tests.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-)diff --git a/run_tests.sh b/run_tests.sh index 152323ffc8a2..f30b6dbd131c 100755 --- a/run_tests.sh +++ b/run_tests.sh@@ -17,14 +17,15 @@ cat <<EOF Usage: $0 [-h] [-v] [-a] [-g group] [-j NUM-TASKS] [-t] [-l] - -h, --help Output this help text - -v, --verbose Enables verbose mode - -a, --all Run all tests, including those flagged as 'nodefault' - and those guarded by errata. - -g, --group Only execute tests in the given group - -j, --parallel Execute tests in parallel - -t, --tap13 Output test results in TAP format - -l, --list Only output all tests list + -h, --help Output this help text + -v, --verbose Enables verbose mode + -a, --all Run all tests, including those flagged as 'nodefault' + and those guarded by errata. + -g, --group Only execute tests in the given group + -j, --parallel Execute tests in parallel + -t, --tap13 Output test results in TAP format + -l, --list Only output all tests list + --probe-maxsmp Update the maximum number of VCPUs supported by host Set the environment variable QEMU=/path/to/qemu-system-ARCH to specify the appropriate qemu binary for ARCH-run.-- 2.47.1
Reviewed-by: Andrew Jones <redacted>