From nobody Wed Nov 12 05:23:20 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=1568746932; cv=none; d=zoho.com; s=zohoarc; b=BLCCPVwgITvEFYjXeReLEaUWcqkVmhHwqsY35E3Ltx5BzXy8eQgq1/LzAaRUk+jGX0PrSfGqE2P7sA4JYc9JQP0weGNbsax7ZXZaXCGB/Pk+tvXWKM0hynVorFcAI2FNt6d8erSwM7OOeIgoP+TnhhPvi77kRecurv8N/zzpvlo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568746932; h=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=6tAPuh9jsw3UKbE7Jn2oF96zLjMVQdJn+r3NqTLUizE=; b=Bq9dPS1xV5TLDkAXUEqX0vBDKEIajq2PmrBCm+xoHnSsTdcMSAPqar0o5tVEZeRI69YGAAtfjHZ28ci93fgkRHBk8m3IJV8OjIKoYbjMV5GJD/Zp64U6suh90sQfWP/CCnKUefdtW8isZku2rgifXnw2WUy8fvXlCbHCuaoHRd0= 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 (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 156874693240690.47457756588142; Tue, 17 Sep 2019 12:02:12 -0700 (PDT) Received: from localhost ([::1]:49810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAIjq-00038r-HZ for importer@patchew.org; Tue, 17 Sep 2019 15:02:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34904) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAIY2-0002NC-Gr for qemu-devel@nongnu.org; Tue, 17 Sep 2019 14:50:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAIXz-0004rd-Tl for qemu-devel@nongnu.org; Tue, 17 Sep 2019 14:49:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54924) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iAIXz-0004rU-Oy for qemu-devel@nongnu.org; Tue, 17 Sep 2019 14:49:55 -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 D34B6C058CA4; Tue, 17 Sep 2019 18:49:54 +0000 (UTC) Received: from probe.bos.redhat.com (dhcp-17-165.bos.redhat.com [10.18.17.165]) by smtp.corp.redhat.com (Postfix) with ESMTP id 20C9A600C4; Tue, 17 Sep 2019 18:49:49 +0000 (UTC) From: John Snow To: qemu-devel@nongnu.org Date: Tue, 17 Sep 2019 14:49:48 -0400 Message-Id: <20190917184948.24627-1-jsnow@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.32]); Tue, 17 Sep 2019 18:49:54 +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] tests/vm: remove unused --target-list option X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , John Snow , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" It's not used; so remove the distraction. Signed-off-by: John Snow --- tests/vm/Makefile.include | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index fea348e845..61758101fa 100644 --- a/tests/vm/Makefile.include +++ b/tests/vm/Makefile.include @@ -28,7 +28,6 @@ vm-help vm-test: @echo @echo "Special variables:" @echo " BUILD_TARGET=3Dfoo - Override the build target" - @echo " TARGET_LIST=3Da,b,c - Override target list in builds" @echo ' EXTRA_CONFIGURE_OPTS=3D"..."' @echo " J=3D[0..9]* - Override the -jN parameter for make= commands" @echo " DEBUG=3D1 - Enable verbose output on host and i= nteractive debugging" @@ -65,7 +64,6 @@ vm-build-%: $(IMAGES_DIR)/%.img $(if $(BUILD_TARGET),--build-target $(BUILD_TARGET)) \ --snapshot \ --build-qemu $(SRC_PATH) -- \ - $(if $(TARGET_LIST),--target-list=3D$(TARGET_LIST)) \ $(if $(EXTRA_CONFIGURE_OPTS),$(EXTRA_CONFIGURE_OPTS)), \ " VM-BUILD $*") =20 --=20 2.21.0