Re: [PATCH v3 58/66] include/exec: Move cpu_signal_handler declaration

2021-08-18 Thread Alistair Francis
On Thu, Aug 19, 2021 at 6:14 AM Richard Henderson wrote: > > There is nothing target specific about this. The implementation > is host specific, but the declaration is 100% common. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > include/exec/exec-all.h |

Re: [PATCH v3 58/66] include/exec: Move cpu_signal_handler declaration

2021-08-18 Thread Philippe Mathieu-Daudé
On 8/18/21 9:19 PM, Richard Henderson wrote: > There is nothing target specific about this. The implementation > is host specific, but the declaration is 100% common. > > Signed-off-by: Richard Henderson > --- > include/exec/exec-all.h | 13 + > target/alpha/cpu.h | 6 -- >

[PATCH v3 58/66] include/exec: Move cpu_signal_handler declaration

2021-08-18 Thread Richard Henderson
There is nothing target specific about this. The implementation is host specific, but the declaration is 100% common. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 13 + target/alpha/cpu.h | 6 -- target/arm/cpu.h| 7 --- target/avr/cpu.h