On 25 June 2013 12:49, Andreas Färber <afaer...@suse.de> wrote: > Am 25.06.2013 12:35, schrieb Peter Maydell: >> The functions cpu_clone_regs() and cpu_set_tls() are not purely CPU >> related -- they are specific to the TLS ABI for a a particular OS. >> Move them into the linux-user/ tree where they belong.
> This looks along the lines of what we had been discussing - I hadn't > worked on that yet, unsure where to put things. > > Since it is touching on each cpu.h, I would prefer to take it through > qom-cpu queue if Riku doesn't object. Fine with me. I've just noticed I missed moving the x86 and openrisc cpu_clone_regs() implementations, and lm32 has unused cpu_clone_regs() and cpu_set_tls() that need deleting, so I need to do a v2 of this patch, though. thanks -- PMM