Re: [Qemu-devel] [PATCH 2/4] linux-user: Pass the parent env to cpu_clone_regs

2018-07-31 Thread Alex Bennée
Richard Henderson writes: > Implementing clone for sparc requires that we make modifications > to both the parent and child cpu state. In all other cases, the > new argument can be ignored. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > linux-user/aarch64/target_cpu

[Qemu-devel] [PATCH 2/4] linux-user: Pass the parent env to cpu_clone_regs

2018-07-30 Thread Richard Henderson
Implementing clone for sparc requires that we make modifications to both the parent and child cpu state. In all other cases, the new argument can be ignored. Signed-off-by: Richard Henderson --- linux-user/aarch64/target_cpu.h| 3 ++- linux-user/alpha/target_cpu.h | 3 ++- linux-user/a