From nobody Mon May 20 21:31:21 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1645434868082178.92034512340126; Mon, 21 Feb 2022 01:14:28 -0800 (PST) Received: from localhost ([::1]:59652 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nM4m4-00020T-2e for importer@patchew.org; Mon, 21 Feb 2022 04:14:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36844) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nM4f4-0007vm-1Y for qemu-devel@nongnu.org; Mon, 21 Feb 2022 04:07:16 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:32802) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nM4ep-0005b7-7Z for qemu-devel@nongnu.org; Mon, 21 Feb 2022 04:07:11 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-669--C9wPJelPD2O7FRGdJ1cZA-1; Mon, 21 Feb 2022 04:06:53 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 91AC6801AC5; Mon, 21 Feb 2022 09:06:51 +0000 (UTC) Received: from thuth.com (dhcp-192-232.str.redhat.com [10.33.192.232]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4DFD07B6F1; Mon, 21 Feb 2022 09:06:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1645434416; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ikaERTzraN3wEK6WVLHFPp7f5igc/1vf970cwsEBlE4=; b=X6wLsc8Txpk4tZ0pQPNXlPecjVNJVVIytkPMovVHs8lMtRY1zRbrb+NKykBU7V5t4eVoX0 IUJE04kv/2VSVmekMH0Itppds5WaQvaL4BjfgTX0IUh5VdTLGeHSYTRaBdb6Va8y0lVPDe 3qADGQUJQKkD7aJbfkRPKCOch2aw8tw= X-MC-Unique: -C9wPJelPD2O7FRGdJ1cZA-1 From: Thomas Huth To: qemu-devel@nongnu.org, Paolo Bonzini Subject: [PATCH] configure: Disable capstone and slirp in the --without-default-features mode Date: Mon, 21 Feb 2022 10:06:47 +0100 Message-Id: <20220221090647.150184-1-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=thuth@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.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; Received-SPF: pass client-ip=170.10.129.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -28 X-Spam_score: -2.9 X-Spam_bar: -- X-Spam_report: (-2.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.082, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, Samuel Thibault , Richard Henderson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1645434870860100001 Content-Type: text/plain; charset="utf-8" For the users, it looks a little bit weird that capstone and slirp are not disabled automatically if they run the configure script with the "--without-default-features" option, so let's do that now. Note: fdt is *not* changed accordingly since this affects the targets that we can build, so disabling fdt automatically here might have unexpected side-effects for the users. Signed-off-by: Thomas Huth Acked-by: Paolo Bonzini Acked-by: Samuel Thibault --- I thought I sent out that patch a couple of weeks ago already, but I cannot find it in the archives, so I likely missed to send it correctly. Anyway, sorry if you've got this twice! configure | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 3a29eff5cc..36d10d95bb 100755 --- a/configure +++ b/configure @@ -361,9 +361,14 @@ slirp_smbd=3D"$default_feature" # are included in the automatically generated help message) =20 # 1. Track which submodules are needed -capstone=3D"auto" +if test "$default_feature" =3D no ; then + capstone=3D"disabled" + slirp=3D"disabled" +else + capstone=3D"auto" + slirp=3D"auto" +fi fdt=3D"auto" -slirp=3D"auto" =20 # 2. Support --with/--without option default_devices=3D"true" --=20 2.27.0