Re: [Qemu-devel] [PULL v2 22/25] linux-user: Implement signals for openrisc

2018-07-07 Thread Laurent Vivier
Le 07/07/2018 à 01:02, Stafford Horne a écrit : > On Fri, Jul 06, 2018 at 05:22:15PM -0500, Eric Blake wrote: >> On 07/04/2018 03:54 PM, Richard Henderson wrote: >>> On 07/03/2018 04:51 PM, Stafford Horne wrote: Richard, how do you usually remove these before your pr?  I suppose you have

Re: [Qemu-devel] [PULL v2 22/25] linux-user: Implement signals for openrisc

2018-07-07 Thread Alex Bennée
Stafford Horne writes: > Hello, > > On Wed, Jul 4, 2018, 7:34 AM Philippe Mathieu-Daudé wrote: > >> Hi Stafford, >> >> On 07/02/2018 12:10 PM, Stafford Horne wrote: >> > From: Richard Henderson > > Sorry, I brought these in from Richards tree and saw them but thought it > was fine to keep th

Re: [Qemu-devel] [PULL v2 22/25] linux-user: Implement signals for openrisc

2018-07-06 Thread Stafford Horne
On Fri, Jul 06, 2018 at 05:22:15PM -0500, Eric Blake wrote: > On 07/04/2018 03:54 PM, Richard Henderson wrote: > > On 07/03/2018 04:51 PM, Stafford Horne wrote: > > > Richard, how do you usually remove these before your pr?  I suppose you > > > have > > > some kind of script? > > > > No, I just e

Re: [Qemu-devel] [PULL v2 22/25] linux-user: Implement signals for openrisc

2018-07-06 Thread Eric Blake
On 07/04/2018 03:54 PM, Richard Henderson wrote: On 07/03/2018 04:51 PM, Stafford Horne wrote: Richard, how do you usually remove these before your pr?  I suppose you have some kind of script? No, I just edit the things by hand. I do it by always using 'git am' to suck in patches from the ma

Re: [Qemu-devel] [PULL v2 22/25] linux-user: Implement signals for openrisc

2018-07-04 Thread Richard Henderson
On 07/03/2018 04:51 PM, Stafford Horne wrote: > Richard, how do you usually remove these before your pr?  I suppose you have > some kind of script? No, I just edit the things by hand. r~

Re: [Qemu-devel] [PULL v2 22/25] linux-user: Implement signals for openrisc

2018-07-03 Thread Stafford Horne
Hello, On Wed, Jul 4, 2018, 7:34 AM Philippe Mathieu-Daudé wrote: > Hi Stafford, > > On 07/02/2018 12:10 PM, Stafford Horne wrote: > > From: Richard Henderson > > > > All of the existing code was boilerplate from elsewhere, > > and would crash the guest upon the first signal. > > > > Signed-off

Re: [Qemu-devel] [PULL v2 22/25] linux-user: Implement signals for openrisc

2018-07-03 Thread Philippe Mathieu-Daudé
Hi Stafford, On 07/02/2018 12:10 PM, Stafford Horne wrote: > From: Richard Henderson > > All of the existing code was boilerplate from elsewhere, > and would crash the guest upon the first signal. > > Signed-off-by: Richard Henderson > Signed-off-by: Stafford Horne > > --- > v2: > Add a co

[Qemu-devel] [PULL v2 22/25] linux-user: Implement signals for openrisc

2018-07-02 Thread Stafford Horne
From: Richard Henderson All of the existing code was boilerplate from elsewhere, and would crash the guest upon the first signal. Signed-off-by: Richard Henderson Signed-off-by: Stafford Horne --- v2: Add a comment to the new definition of target_pt_regs. Install the signal mask into the