Re: [PATCH v1 08/14] linux-user/riscv: initialise the TaskState heap/stack info

2021-03-20 Thread Richard Henderson
On 3/20/21 7:37 AM, Alex Bennée wrote: Arguably the target_cpu_copy_regs function for each architecture is misnamed as a number of the architectures also take the opportunity to fill out the TaskState structure. This could arguably be factored out into common code but that would require a wider a

[PATCH v1 08/14] linux-user/riscv: initialise the TaskState heap/stack info

2021-03-20 Thread Alex Bennée
Arguably the target_cpu_copy_regs function for each architecture is misnamed as a number of the architectures also take the opportunity to fill out the TaskState structure. This could arguably be factored out into common code but that would require a wider audit of the architectures. For now just r