From nobody Mon Nov 10 20:55:53 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1559285135; cv=none; d=zoho.com; s=zohoarc; b=NFE5FguvERqODZGUJ3ZX+3+dEIUNy9Wn402ZsBqGAYAbAQ2BPrdww9nsETXA+FqFdZ27AJPyxVpYIMrgYCwzyCxcvMu/U1BD6AA80fcGIvZUpg4IJaSGUZJLIrZKyVMK6mVdoEdTtmz5We1qSYds4pBXh1a4tZB2Y2T90P+joy0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559285135; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=W3eLZ69LLAJ1LxvW7oaAhQszULG+SpwZMiRe5DxHeDc=; b=jq3eavaRLUZ56gpqsvWNHJmqGvovI9WvZHGiF+Vahrfzkf26/SUTxQdrsuAbMNDRylWjVce81r3zNgQ0G7jsZAUYWYCHcMVlwBOsC652ceAAbC8M63ktA5PPlLOBPE/aY+yrKXw8bZXVl+dHX1T67K+Me10mJ9ecbJ/0PFdVGRM= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1559285135131832.1644692100131; Thu, 30 May 2019 23:45:35 -0700 (PDT) Received: from localhost ([127.0.0.1]:37544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWbHX-0006dy-GP for importer@patchew.org; Fri, 31 May 2019 02:44:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWbGf-0006D6-TN for qemu-devel@nongnu.org; Fri, 31 May 2019 02:43:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWbGe-0006c7-Rb for qemu-devel@nongnu.org; Fri, 31 May 2019 02:43:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43384) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hWbGe-0006ZR-M8 for qemu-devel@nongnu.org; Fri, 31 May 2019 02:43:56 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3898AC04FFF6; Fri, 31 May 2019 06:43:50 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-242.brq.redhat.com [10.40.204.242]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2F1432B5A6; Fri, 31 May 2019 06:43:45 +0000 (UTC) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org Date: Fri, 31 May 2019 08:43:41 +0200 Message-Id: <20190531064341.29730-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 31 May 2019 06:43:50 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] Makefile: Rename the 'vm-test' target as 'vm-help' X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , =?UTF-8?q?Alex=20Benn=C3=A9e?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" We already have 'make check-help', use the 'make vm-help' form to display helps about VM testing. Keep the old target to not bother old customs. Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Stefano Garzarella --- Based-on: <20190530101603.22254-1-alex.bennee@linaro.org> "testing/next queue" --- Makefile | 4 ++-- docs/devel/testing.rst | 4 ++-- tests/vm/Makefile.include | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index f0be624f47..f67739df7c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ SRC_PATH=3D. UNCHECKED_GOALS :=3D %clean TAGS cscope ctags dist \ html info pdf txt \ help check-help print-% \ - docker docker-% vm-test vm-build-% + docker docker-% vm-help vm-test vm-build-% =20 print-%: @echo '$*=3D$($*)' @@ -1121,7 +1121,7 @@ endif @echo 'Test targets:' @echo ' check - Run all tests (check-help for details)' @echo ' docker - Help about targets running tests inside Docke= r containers' - @echo ' vm-test - Help about targets running tests inside VM' + @echo ' vm-help - Help about targets running tests inside VM' @echo '' @echo 'Documentation targets:' @echo ' html info pdf txt' diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst index da2d0fc964..68aba3926e 100644 --- a/docs/devel/testing.rst +++ b/docs/devel/testing.rst @@ -399,12 +399,12 @@ VM testing =20 This test suite contains scripts that bootstrap various guest images that = have necessary packages to build QEMU. The basic usage is documented in ``Makef= ile`` -help which is displayed with ``make vm-test``. +help which is displayed with ``make vm-help``. =20 Quickstart ---------- =20 -Run ``make vm-test`` to list available make targets. Invoke a specific make +Run ``make vm-help`` to list available make targets. Invoke a specific make command to run build test in an image. For example, ``make vm-build-freebs= d`` will build the source tree in the FreeBSD image. The command can be execut= ed from either the source tree or the build dir; if the former, ``./configure= `` is diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index 5e37063d32..b7311d7bd9 100644 --- a/tests/vm/Makefile.include +++ b/tests/vm/Makefile.include @@ -8,8 +8,9 @@ IMAGE_FILES :=3D $(patsubst %, $(IMAGES_DIR)/%.img, $(IMAGE= S)) =20 .PRECIOUS: $(IMAGE_FILES) =20 -vm-test: - @echo "vm-test: Test QEMU in preconfigured virtual machines" +# 'vm-help' target was historically named 'vm-test' +vm-help vm-test: + @echo "vm-help: Test QEMU in preconfigured virtual machines" @echo @echo " vm-build-ubuntu.i386 - Build QEMU in ubuntu i386 VM" @echo " vm-build-freebsd - Build QEMU in FreeBSD VM" --=20 2.20.1