Re: [Qemu-devel] [PATCH 03/13] linux-user: Introduce cpu_clone_regs_parent

2019-06-13 Thread Aleksandar Markovic
On May 19, 2019 10:27 PM, "Richard Henderson" wrote: > > Add an empty inline function for each target, and invoke it > from the proper places. > Can we outline the meaning/purpose of the new function here? This commit message looks horrible. Regards, Aleksandar > Signed-off-by: Richard Henders

Re: [Qemu-devel] [PATCH 03/13] linux-user: Introduce cpu_clone_regs_parent

2019-06-13 Thread Laurent Vivier
Le 19/05/2019 à 22:19, Richard Henderson a écrit : > Add an empty inline function for each target, and invoke it > from the proper places. > > Signed-off-by: Richard Henderson > --- > linux-user/aarch64/target_cpu.h| 4 > linux-user/alpha/target_cpu.h | 4 > linux-user/arm/tar

[Qemu-devel] [PATCH 03/13] linux-user: Introduce cpu_clone_regs_parent

2019-05-19 Thread Richard Henderson
Add an empty inline function for each target, and invoke it from the proper places. Signed-off-by: Richard Henderson --- linux-user/aarch64/target_cpu.h| 4 linux-user/alpha/target_cpu.h | 4 linux-user/arm/target_cpu.h| 4 linux-user/cris/target_cpu.h | 4 +