From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOsQs-0006GT-U8 for qemu-devel@nongnu.org; Thu, 28 Jan 2016 14:40:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOsQo-0001LJ-Qi for qemu-devel@nongnu.org; Thu, 28 Jan 2016 14:40:42 -0500 Received: from mout.kundenserver.de ([217.72.192.73]:54594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOsQo-0001LE-HZ for qemu-devel@nongnu.org; Thu, 28 Jan 2016 14:40:38 -0500 References: <1453903855-4569-1-git-send-email-agraf@suse.de> <56AA6917.7080806@vivier.eu> <56AA6A8D.8070503@suse.de> <56AA6BB5.9020100@vivier.eu> <553F63DE-710B-4ECC-8F26-DCDD44A0C541@suse.de> From: Laurent Vivier Message-ID: <56AA6EAF.70809@vivier.eu> Date: Thu, 28 Jan 2016 20:40:31 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Peter Maydell , Alexander Graf Cc: Riku Voipio , Michael Tokarev , QEMU Developers Le 28/01/2016 20:36, Peter Maydell a écrit : > On 28 January 2016 at 19:35, Alexander Graf wrote: >>> Am 28.01.2016 um 21:27 schrieb Laurent Vivier : >>> Peter, if you agree to take the file as-is, I can resend the last >>> version. :) >> >> The script can generate data files just fine, no? So if a distro >> only wants those, they can call the script at packaging time. > > I prefer data files because I think they're easier to maintain > from the QEMU source point of view (for instance adding a new > target is just adding a file for the target, rather than having to > edit a script). I understand your point of view: the difficulty is to allow the script to find the data files: I like to use the script directly from the qemu/scripts directory and to not install it (so no path configured in the scripts). > But we can take Laurent's script and then data-ify it afterwards. I totally agree with that ;) I'm going to send the patch... Thanks, Laurent