Re: [RFC PATCH 7/7] linux-user: Reorg cpu_signal_handler

2021-09-16 Thread Philippe Mathieu-Daudé
Hi Richard, On 9/14/21 12:05 AM, Richard Henderson wrote: > Split out two functions into linux-user/host/arch/host-signal.h. > Since linux-user requires a linux host, drop all of the BSD and > Solaris ifdefs. These should be recreated under bsd-user/ when > the current blanks there are filled. >

Re: [RFC PATCH 7/7] linux-user: Reorg cpu_signal_handler

2021-09-15 Thread Richard Henderson
On 9/15/21 9:43 AM, Warner Losh wrote: Split out two functions into linux-user/host/arch/host-signal.h. Since linux-user requires a linux host, drop all of the BSD and Solaris ifdefs.  These should be recreated under bsd-user/ when the current blanks there are filled. For some ar

Re: [RFC PATCH 7/7] linux-user: Reorg cpu_signal_handler

2021-09-15 Thread Warner Losh
On Mon, Sep 13, 2021 at 4:06 PM Richard Henderson < richard.hender...@linaro.org> wrote: > Split out two functions into linux-user/host/arch/host-signal.h. > Since linux-user requires a linux host, drop all of the BSD and > Solaris ifdefs. These should be recreated under bsd-user/ when > the curr

[RFC PATCH 7/7] linux-user: Reorg cpu_signal_handler

2021-09-13 Thread Richard Henderson
Split out two functions into linux-user/host/arch/host-signal.h. Since linux-user requires a linux host, drop all of the BSD and Solaris ifdefs. These should be recreated under bsd-user/ when the current blanks there are filled. Fold the remnants of handle_cpu_signal into host_signal_handler. Dr