From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOsA2-0004JW-SE for qemu-devel@nongnu.org; Thu, 28 Jan 2016 14:23:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOs9x-0000Ch-P8 for qemu-devel@nongnu.org; Thu, 28 Jan 2016 14:23:18 -0500 Received: from mx2.suse.de ([195.135.220.15]:42634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOs9x-0000CM-Hj for qemu-devel@nongnu.org; Thu, 28 Jan 2016 14:23:13 -0500 References: <1453903855-4569-1-git-send-email-agraf@suse.de> <56AA6917.7080806@vivier.eu> From: Alexander Graf Message-ID: <56AA6A8D.8070503@suse.de> Date: Thu, 28 Jan 2016 20:22:53 +0100 MIME-Version: 1.0 In-Reply-To: <56AA6917.7080806@vivier.eu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-devel@nongnu.org Cc: riku.voipio@linaro.org, Michael Tokarev On 01/28/2016 08:16 PM, Laurent Vivier wrote: > > Le 27/01/2016 15:10, Alexander Graf a =E9crit : >> The qemu-binfmt-conf.sh script has been pretty unmaintained for most o= f its >> time. The reason is simply that few distributions actually use the fil= e as >> is. > I've a version of this script supporting debian, systemd (because it > will rule the world) and credential: > > https://github.com/vivier/qemu-m68k/blob/680x0-v2.4.0/scripts/qemu-binf= mt-conf.sh > > I'm using this for years, on debian/ubuntu and Fedora. To use parameter= s > is better than env vars, IMHO. Yes, your version looks a lot more advanced than mine. The only thing=20 I'm missing is for a simple "give me all cpu types" so that programmatic=20 systemd file generation doesn't have to grep through the usage help text. Also, no arguments should probably preserve the old behavior of just=20 registering it locally. Care to push it upstream? :) Alex