Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1

2019-11-21 Thread Peter Maydell
On Wed, 20 Nov 2019 at 12:54, Taylor Simpson wrote: > > How was this solved for other targets? It hasn't been, yet. Other targets only run guest code that doesn't care about this signal number being unavailable. thanks -- PMM

RE: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1

2019-11-20 Thread Taylor Simpson
How was this solved for other targets? -Original Message- From: Peter Maydell Sent: Wednesday, November 20, 2019 5:01 AM To: Laurent Vivier Cc: Taylor Simpson ; Riku Voipio ; QEMU Developers Subject: Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1 On Wed, 20 Nov 2019 at 10:54

Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1

2019-11-20 Thread Peter Maydell
On Wed, 20 Nov 2019 at 10:54, Laurent Vivier wrote: > I understand your point, and I agree, but not allowing this will block > the merge of the hexagon target, and I don't see any fix for the > underlying problem coming soon. > > Other targets work without this change, and adding this change break

Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1

2019-11-20 Thread Laurent Vivier
Le 20/11/2019 à 11:45, Peter Maydell a écrit : > On Wed, 20 Nov 2019 at 08:10, Laurent Vivier wrote: >> For the moment we don't have a better solution, Josh Kunz tried to >> rework [1] patches from Miloš Stojanović [2] but it doesn't seem to be >> an easy task. >> >> So I agree we need a generic s

Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1

2019-11-20 Thread Peter Maydell
On Wed, 20 Nov 2019 at 08:10, Laurent Vivier wrote: > For the moment we don't have a better solution, Josh Kunz tried to > rework [1] patches from Miloš Stojanović [2] but it doesn't seem to be > an easy task. > > So I agree we need a generic solution to fix this problem, but in the > meantime I t

Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1

2019-11-20 Thread Laurent Vivier
Le 19/11/2019 à 20:31, Peter Maydell a écrit : > On Tue, 19 Nov 2019 at 19:07, Taylor Simpson wrote: >> >> Signed-off-by: Taylor Simpson >> --- >> linux-user/signal.c | 8 >> 1 file changed, 8 insertions(+) >> >> diff --git a/linux-user/signal.c b/linux-user/signal.c >> index 5ca6d62..c

RE: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1

2019-11-19 Thread Taylor Simpson
ct: Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1 On Tue, 19 Nov 2019 at 19:07, Taylor Simpson wrote: > > Signed-off-by: Taylor Simpson > --- > linux-user/signal.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/linux-user/signal.c b/linux-user/sign

Re: [PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1

2019-11-19 Thread Peter Maydell
On Tue, 19 Nov 2019 at 19:07, Taylor Simpson wrote: > > Signed-off-by: Taylor Simpson > --- > linux-user/signal.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/linux-user/signal.c b/linux-user/signal.c > index 5ca6d62..ce3d27f 100644 > --- a/linux-user/signal.c > +++ b/linux-u

[PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1

2019-11-19 Thread Taylor Simpson
Signed-off-by: Taylor Simpson --- linux-user/signal.c | 8 1 file changed, 8 insertions(+) diff --git a/linux-user/signal.c b/linux-user/signal.c index 5ca6d62..ce3d27f 100644 --- a/linux-user/signal.c +++ b/linux-user/signal.c @@ -72,6 +72,14 @@ static uint8_t host_to_target_signal_tab