From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 34A7DC3ABBF for ; Wed, 7 May 2025 15:14:19 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [127.0.0.1]) by lists.ozlabs.org (Postfix) with ESMTP id 4ZszLb0Zh0z30CB; Thu, 8 May 2025 01:13:59 +1000 (AEST) Authentication-Results: lists.ozlabs.org; arc=none smtp.remote-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1746630839; cv=none; b=CY5bo22er7i12AkAlzTV7eWiKuWLe+TdMDAjvNf9G/8IdX8lyA8SE/k996m1bVWMfxs78LADTY2uPYJ2rywqDLoG5RKDH1/axzPvf/TiTE7MjooUKt115LQwqyxgUlLXuNqMAXirBAhuelulcPcAoozLm4tkVXLXaWrxOKlayMO46yC6GQdC0ME+AEhC/moVZG3l4jzRBbD1YxR51cDxN5Y+TD3r/wYOXkGaOtTjOgH3iqAOkAaZFu2uvixhb7lureb8uSsvkdMvBtzjevL4n8K5eeE7T9OZcQ2wvUyfZI9vB+Q5I7opDzuFd4LN/am8cL+P53o4mSvg2Zsbc6/pcg== ARC-Message-Signature: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1746630839; c=relaxed/relaxed; bh=RbQyUGB+b90l5pfmqkhZqJW5JMDHee/PI1mQTN+ekNM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=TyTeQBQQQzbpMQo/oWYl9US39bMh3GUqf2pA+XCraa509Nhs86pdqLFTvyprVxFOGWGNqUogUdOqvNAYAR1tgH+f+jbDHmcYbJ9OjDou8XN7oLovqcRH42sqQceq03zBZGVAQcot2ZCSoLSKRmxfCtbCHLdc1QStpzzAxhSTL8hluMCBFdsKQORQkZA71Zl1TjQawgkrFfsgyQvQiFwuJrAKpjAvZCtbOtWToaTXfVSEXLZKhAz3MMzF4r5hW+kq9pte7CbeAyxBjAxeb7zaVk3RNVIRDvG1yrSWvLM/lTTa48TiUqmBYciJqEPXDoHAlwsM/IqmiGhqe4HBgEufUg== ARC-Authentication-Results: i=1; lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass (client-ip=217.140.110.172; helo=foss.arm.com; envelope-from=alexandru.elisei@arm.com; receiver=lists.ozlabs.org) smtp.mailfrom=arm.com Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=arm.com (client-ip=217.140.110.172; helo=foss.arm.com; envelope-from=alexandru.elisei@arm.com; receiver=lists.ozlabs.org) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lists.ozlabs.org (Postfix) with ESMTP id 4ZszLZ4TQjz2xtt for ; Thu, 8 May 2025 01:13:58 +1000 (AEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8E6692050; Wed, 7 May 2025 08:13:17 -0700 (PDT) Received: from localhost.localdomain (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6B3303F58B; Wed, 7 May 2025 08:13:24 -0700 (PDT) From: Alexandru Elisei To: andrew.jones@linux.dev, eric.auger@redhat.com, lvivier@redhat.com, thuth@redhat.com, frankja@linux.ibm.com, imbrenda@linux.ibm.com, nrb@linux.ibm.com, david@redhat.com, pbonzini@redhat.com Cc: kvm@vger.kernel.org, kvmarm@lists.linux.dev, linuxppc-dev@lists.ozlabs.org, kvm-riscv@lists.infradead.org, linux-s390@vger.kernel.org, will@kernel.org, julien.thierry.kdev@gmail.com, maz@kernel.org, oliver.upton@linux.dev, suzuki.poulose@arm.com, yuzenghui@huawei.com, joey.gouly@arm.com, andre.przywara@arm.com Subject: [kvm-unit-tests PATCH v3 04/16] run_tests.sh: Document --probe-maxsmp argument Date: Wed, 7 May 2025 16:12:44 +0100 Message-ID: <20250507151256.167769-5-alexandru.elisei@arm.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250507151256.167769-1-alexandru.elisei@arm.com> References: <20250507151256.167769-1-alexandru.elisei@arm.com> X-Mailing-List: linuxppc-dev@lists.ozlabs.org List-Id: List-Help: List-Owner: List-Post: List-Archive: , List-Subscribe: , , List-Unsubscribe: Precedence: list MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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. Reviewed-by: Andrew Jones Signed-off-by: Alexandru Elisei --- 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 <