On 28 June 2013 15:28, Andreas Färber <afaer...@suse.de> wrote: > I don't mind that cpu_env change getting committed as interim solution, > so far I did not come up with a better patch - we'd need to split out > host parts from tcg/tcg.h first, for which I did not find time yet.
Interim solution on the path to where? I'm not convinced the cpu_env variables should be visible outside each individual decoder (any more than, for instance, the ARM cpu_V0, cpu_V1 variables are). Admittedly the environment pointer is a bit of a special case, but perhaps we should deal with it by making it less of one? thanks -- PMM