Peter Maydell <peter.mayd...@linaro.org> wrote on 2014/08/18 12:58:48:
> > On 18 August 2014 11:49, Joakim Tjernlund <joakim.tjernl...@transmode.se> wrote: > > The current binfmt is semibroken as is, for some it works when adding O > > flag but not all apps is happy with that. I think my patch is the best > > way solve this problem, all one have to do is to update the binfmt > > registering(mostly a dist. problem) then it will work for all uses. > > Well, binfmt-misc works fine for me as it is and presumably > for most people or we'd have had more complaints. So > breaking all those existing working setups is really something > we should avoid as much as possible. How do you use it? With LXC booting a VM with traditional init? There are complaints which dists had to solve because QEMU didn't. Usually this is a separate static QEMU package/hack with a binfmt wrapper. Gentoo used to have one but this got removed. Jocke