From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 598B3C433F5 for ; Mon, 14 Mar 2022 21:35:39 +0000 (UTC) Received: from localhost ([::1]:44726 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nTsLq-0002Vp-2r for qemu-devel@archiver.kernel.org; Mon, 14 Mar 2022 17:35:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48898) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTsKY-0000Sd-I5 for qemu-devel@nongnu.org; Mon, 14 Mar 2022 17:34:18 -0400 Received: from [2001:470:ea4a:1:5054:ff:fec7:86e4] (port=46269 helo=smtp.gentoo.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1nTsKW-0006GD-Hf for qemu-devel@nongnu.org; Mon, 14 Mar 2022 17:34:18 -0400 Received: (nullmailer pid 2511 invoked by uid 1000); Mon, 14 Mar 2022 21:34:05 -0000 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= To: qemu-devel@nongnu.org Subject: qemu-binfmt-conf.sh: mips improvements Date: Mon, 14 Mar 2022 22:33:53 +0100 Message-Id: <20220314213355.2477-1-dilfridge@gentoo.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220305000624.1498181-1-dilfridge@gentoo.org> References: <20220305000624.1498181-1-dilfridge@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2001:470:ea4a:1:5054:ff:fec7:86e4 (failed) Received-SPF: none client-ip=2001:470:ea4a:1:5054:ff:fec7:86e4; envelope-from=huettel@www.akhuettel.de; helo=smtp.gentoo.org X-Spam_score_int: -31 X-Spam_score: -3.2 X-Spam_bar: --- X-Spam_report: (-3.2 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_MED=-2.3, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham 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: alex.bennee@linaro.org, richard.henderson@linaro.org, philippe.mathieu.daude@gmail.com, laurent@vivier.eu Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Two patches; the first one has been under review before, the second builds on it and extends the binfmt-misc magic to differentiate between o32 and n32 binaries (see also issue 843).