Re: [PATCH v7 09/14] target/s390x: split cpu-dump from helper.c
On 07/07/2021 12.53, Cho, Yu-Chen wrote: Splitting this functionality also allows us to make helper.c sysemu-only. Maybe add a sentence that you move some other functions to cpu.c now. Anyway: Reviewed-by: Thomas Huth
[PATCH v7 09/14] target/s390x: split cpu-dump from helper.c
Splitting this functionality also allows us to make helper.c sysemu-only. Signed-off-by: Claudio Fontana Signed-off-by: Cho, Yu-Chen Acked-by: Cornelia Huck --- target/s390x/cpu-dump.c | 134 ++ target/s390x/cpu.c | 43 +++ target/s390x/helper.c