Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-28 Thread Peter Maydell
On 28 January 2016 at 19:40, Laurent Vivier wrote: > > > 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. :)

Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-28 Thread Laurent Vivier
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 i

Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-28 Thread Peter Maydell
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 scrip

Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-28 Thread Laurent Vivier
Le 28/01/2016 20:22, Alexander Graf a écrit : > > > On 01/28/2016 08:16 PM, Laurent Vivier wrote: >> >> Le 27/01/2016 15:10, Alexander Graf a écrit : >>> The qemu-binfmt-conf.sh script has been pretty unmaintained for most >>> of its >>> time. The reason is simply that few distributions actuall

Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-28 Thread Alexander Graf
> Am 28.01.2016 um 21:27 schrieb Laurent Vivier : > > > > Le 28/01/2016 20:22, Alexander Graf a écrit : >> >> >>> On 01/28/2016 08:16 PM, Laurent Vivier wrote: >>> >>> Le 27/01/2016 15:10, Alexander Graf a écrit : The qemu-binfmt-conf.sh script has been pretty unmaintained for most >>>

Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-28 Thread Alexander Graf
On 01/28/2016 08:16 PM, Laurent Vivier wrote: Le 27/01/2016 15:10, Alexander Graf a écrit : The qemu-binfmt-conf.sh script has been pretty unmaintained for most of its time. The reason is simply that few distributions actually use the file as is. I've a version of this script supporting debi

Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-28 Thread Laurent Vivier
Le 27/01/2016 15:10, Alexander Graf a écrit : > The qemu-binfmt-conf.sh script has been pretty unmaintained for most of its > time. The reason is simply that few distributions actually use the file as > is. I've a version of this script supporting debian, systemd (because it will rule the world)

Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-28 Thread Peter Maydell
On 28 January 2016 at 18:56, Alexander Graf wrote: > > >> Am 27.01.2016 um 20:54 schrieb Peter Maydell : >> FWIW the whole update-binfmts thing is a Debian specific invention. Sure, but it is not inherently incapable of working with another distribution, it seems like a reasonable attempt to clea

Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-28 Thread Alexander Graf
> Am 27.01.2016 um 20:54 schrieb Peter Maydell : > >> On 27 January 2016 at 18:45, Michael Tokarev wrote: >> 27.01.2016 17:10, Alexander Graf wrote: >>> and moves that code into our script, maintaining backwards compatibility >>> with >>> its previous calling scheme. The major benefit of this

Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-27 Thread Peter Maydell
On 27 January 2016 at 18:45, Michael Tokarev wrote: > 27.01.2016 17:10, Alexander Graf wrote: >> and moves that code into our script, maintaining backwards compatibility with >> its previous calling scheme. The major benefit of this is that now Debian can >> just do >> >> HOST_ARCH=$DPKG_MAINTSC

Re: [Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-27 Thread Michael Tokarev
27.01.2016 17:10, Alexander Graf wrote: > The qemu-binfmt-conf.sh script has been pretty unmaintained for most of its > time. The reason is simply that few distributions actually use the file as > is. Heh. I always tried to follow qemu-binfmt-conf.sh in our debian work :) Granted, later I checked

[Qemu-devel] [PATCH] linux-user: Move qemu-binfmt-conf.sh to Debian model

2016-01-27 Thread Alexander Graf
The qemu-binfmt-conf.sh script has been pretty unmaintained for most of its time. The reason is simply that few distributions actually use the file as is. This patch takes the Debian approach to registering binfmt handlers: https://packages.debian.org/en/sid/qemu-user-binfmt and moves that cod