From patchwork Mon Jan 20 16:42:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandru Elisei X-Patchwork-Id: 13945243 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 4F4B8372; Mon, 20 Jan 2025 16:43:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737391417; cv=none; b=pFYh97xg+kKhGxbfvDX0Z0jSc9gK6yZ+o9yb5+o5ENLNsDjyc/YODRbQUtqmBb6GuUWBd9I9JPr1iHzRbbOY1sY5bYOSx1vK5wr2ZnF6QiIv0cDgi5t077W+wT0kbrW6vsUGnw8ubsbbC4B0zEhQ2Ojit9no1bwxdpGS8Goz61U= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737391417; c=relaxed/simple; bh=+4IglO/GI3XVPZc5VCSog3ieaKkrOLPa+81+1UtZvkU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=dHda4+SLKBhxH2+idU4X65NZ7M3/ExNmJaJRevX73jJi8H/VQpjDghI7t27MotLSP9bfccjkOmwobiT+qgGqFPQfAel7WJO2IiKEn2j5aEqFnRBoVhZZD7SOki8BPavofcIWZKLc1b8DoatuvPqVW98dLWFlLlvAVdq3CwFgd6g= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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 22C0E1063; Mon, 20 Jan 2025 08:44:04 -0800 (PST) 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 7D2A93F5A1; Mon, 20 Jan 2025 08:43:32 -0800 (PST) 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 v2 01/18] run_tests: Document --probe-maxsmp argument Date: Mon, 20 Jan 2025 16:42:59 +0000 Message-ID: <20250120164316.31473-2-alexandru.elisei@arm.com> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250120164316.31473-1-alexandru.elisei@arm.com> References: <20250120164316.31473-1-alexandru.elisei@arm.com> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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 Reviewed-by: Andrew Jones --- 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 <