On 6 September 2013 21:47, Laurent Vivier <laur...@vivier.eu> wrote: > This series of patch allows to set the default CPU used by linux-user qemu. > > When qemu is used in a container as a binfmt interpreter we can't use the > environment variable QEMU_CPU to set the CPU id.
I definitely don't like this. We shouldn't be hardcoding this at configure time. There doesn't seem to be any particular reason why QEMU_CPU is the only option you might want to set for your binfmt-interpreter either. Is there a reason why using a wrapper script which sets options to the real qemu binary won't work? thanks -- PMM