Re: [PATCH 4/7] target/s390x: Move s390_cpu_has_work to excp_helper.c

2021-03-03 Thread Thomas Huth
On 02/03/2021 11.27, Philippe Mathieu-Daudé wrote: We will restrict the s390_cpu_has_work() function to TCG. First declare it in "internal.h" and move it to excp_helper.c. Signed-off-by: Philippe Mathieu-Daudé --- target/s390x/internal.h| 1 + target/s390x/cpu.c | 17 ---

[PATCH 4/7] target/s390x: Move s390_cpu_has_work to excp_helper.c

2021-03-02 Thread Philippe Mathieu-Daudé
We will restrict the s390_cpu_has_work() function to TCG. First declare it in "internal.h" and move it to excp_helper.c. Signed-off-by: Philippe Mathieu-Daudé --- target/s390x/internal.h| 1 + target/s390x/cpu.c | 17 - target/s390x/excp_helper.c | 18 +++