From nobody Wed Apr 2 06:57:37 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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552421459760163.52587736789792; Tue, 12 Mar 2019 13:10:59 -0700 (PDT) Received: from localhost ([127.0.0.1]:60021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3njf-00025h-HX for importer@patchew.org; Tue, 12 Mar 2019 16:10:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3nc9-0003ll-BI for qemu-devel@nongnu.org; Tue, 12 Mar 2019 16:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3nSp-0007iS-DJ for qemu-devel@nongnu.org; Tue, 12 Mar 2019 15:53:28 -0400 Received: from smtp.lg.ehu.es ([158.227.0.66]:14371 helo=smtp.ehu.eus) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h3nSp-0007fU-21 for qemu-devel@nongnu.org; Tue, 12 Mar 2019 15:53:27 -0400 Received: from imsva1.lgp.ehu.es (imsva1.lgp.ehu.es [10.0.3.245]) by postfix.smtp1.imsva1 (Postfix) with ESMTPS id 570E123CDB; Tue, 12 Mar 2019 20:53:25 +0100 (CET) Received: from imsva1.lgp.ehu.es (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 29D30110052; Tue, 12 Mar 2019 20:53:25 +0100 (CET) Received: from imsva1.lgp.ehu.es (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 1DFA0110050; Tue, 12 Mar 2019 20:53:25 +0100 (CET) Received: from smtp.ehu.eus (unknown [10.0.100.73]) by imsva1.lgp.ehu.es (Postfix) with ESMTPS; Tue, 12 Mar 2019 20:53:25 +0100 (CET) Received: from 99bbefa4bcea (unknown [139.47.78.33]) by smtp1 (Postfix) with ESMTPSA id CB0F838304; Tue, 12 Mar 2019 20:53:24 +0100 (CET) Date: Tue, 12 Mar 2019 19:53:25 +0000 From: Unai Martinez-Corral To: qemu-devel@nongnu.org Message-ID: <20190312195325.GF8@99bbefa4bcea> References: <20190312195009.GA6@99bbefa4bcea> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190312195009.GA6@99bbefa4bcea> User-Agent: Mutt/1.11.2 (2019-01-07) X-Greylist: ACL 172 matched, not delayed by milter-greylist-4.4.3 (smtp1); Tue, 12 Mar 2019 20:53:25 +0100 (CET) X-TM-AS-GCONF: 00 X-TM-AS-Product-Ver: IMSVA-9.1.0.1631-8.2.0.1013-24486.002 X-TM-AS-Result: No--0.390-7.0-31-10 X-imss-scan-details: No--0.390-7.0-31-10 X-TMASE-Version: IMSVA-9.1.0.1631-8.2.1013-24486.002 X-TMASE-Result: 10--0.389800-10.000000 X-TMASE-MatchedRID: alNhoJufFSQ8mRT0SYY6fo6MisxJraxH6SXuwUgGH0jTF92ikMV2gYCu qghmtWfX4vfiP6+NS81oUJgKmvCzhtH/WqWljGhSbQ9aoPSmWJEk80hXoYXya5iHbfFxQ8Qro8W MkQWv6iXpKNrfYIUgLIcyJo642SRt3QfwsVk0UbvqwGfCk7KUs1JEDVn/CN8JqveSqdueBrL1K9 swnYZMg7kZzBheKnbCyBwgnufvX5efWXTF0lNUOquYpV70j1SSLHx5mwOOhE8wOeeSvJtrFmx8S 0nxThalnBu72ovT2F/i8atvTQB42kzdPFq1gcIzftwZ3X11IV0= X-TMASE-SNAP-Result: 1.821001.0001-0-1-12:0,22:0,33:0,34:0-0 X-Greylist: Sender IP whitelisted, Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (postfix.smtp1.imsva1); Tue, 12 Mar 2019 20:53:25 +0100 (CET) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 158.227.0.66 Subject: [Qemu-devel] [PATCH v7 6/9] qemu-binfmt-conf.sh: honour QEMU_PATH and/or QEMU_SUFFIX 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: riku.voipio@iki.fi, laurent@vivier.eu Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Allow to set 'path' or 'suffix' through environment variables, consistently with 'persistent' and 'credential'. Signed-off-by: Unai Martinez-Corral Reviewed-by: Laurent Vivier --- scripts/qemu-binfmt-conf.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/qemu-binfmt-conf.sh b/scripts/qemu-binfmt-conf.sh index c1dbdde7e6..b846313b4e 100755 --- a/scripts/qemu-binfmt-conf.sh +++ b/scripts/qemu-binfmt-conf.sh @@ -177,7 +177,7 @@ Options and associated environment variables: Argument Env-variable Description -h|--help display this usage -Q|--path PATH QEMU_PATH set path to qemu interpreter(s) --F|--suffix SUFFIX add a suffix to the default interpre= ter name +-F|--suffix SUFFIX QEMU_SUFFIX add a suffix to the default interpre= ter name -p|--persistent QEMU_PERSISTENT (yes) load the interpreter and keep = it in memory; all future uses are cloned from the open file. -c|--credential QEMU_CREDENTIAL (yes) credential and security tokens= are calculated according @@ -191,6 +191,7 @@ Argument Env-variable Description Defaults: QEMU_PATH=3D$QEMU_PATH +QEMU_SUFFIX=3D$QEMU_SUFFIX QEMU_PERSISTENT=3D$QEMU_PERSISTENT QEMU_CREDENTIAL=3D$QEMU_CREDENTIAL @@ -323,13 +324,11 @@ BINFMT_SET=3Dqemu_register_interpreter SYSTEMDDIR=3D"/etc/binfmt.d" DEBIANDIR=3D"/usr/share/binfmts" -QEMU_PATH=3D/usr/local/bin - +QEMU_PATH=3D"${QEMU_PATH:-/usr/local/bin}" +QEMU_SUFFIX=3D"${QEMU_SUFFIX:-}" QEMU_PERSISTENT=3D"${QEMU_PERSISTENT:-no}" QEMU_CREDENTIAL=3D"${QEMU_CREDENTIAL:-no}" -QEMU_SUFFIX=3D"" - options=3D$(getopt -o ds:Q:S:e:hcp -l debian,systemd:,path:,suffix:,export= dir:,help,credential,persistent -- "$@") eval set -- "$options" -- 2.21.0