Re: [RFC PATCH 1/7] include/exec: Move cpu_signal_handler declaration

2021-09-15 Thread Warner Losh
On Mon, Sep 13, 2021 at 4:05 PM Richard Henderson < richard.hender...@linaro.org> wrote: > There is nothing target specific about this. The implementation > is host specific, but the declaration is 100% common. > > Reviewed-by: Alistair Francis > Signed-off-by: Richard Henderson > --- > includ

Re: [RFC PATCH 1/7] include/exec: Move cpu_signal_handler declaration

2021-09-13 Thread Philippe Mathieu-Daudé
On 9/14/21 12:05 AM, Richard Henderson wrote: > There is nothing target specific about this. The implementation > is host specific, but the declaration is 100% common. Same as v3 ;) https://www.mail-archive.com/qemu-devel@nongnu.org/msg830412.html Reviewed-by: Philippe Mathieu-Daudé > Reviewed

[RFC PATCH 1/7] include/exec: Move cpu_signal_handler declaration

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