Re: [PATCH v4 01/40] hw/isa: check for current_cpu before generating IRQ

2020-07-01 Thread Philippe Mathieu-Daudé
On 7/1/20 7:48 PM, Philippe Mathieu-Daudé wrote: > +MST/Igor for ICH9 > > On 7/1/20 7:37 PM, Philippe Mathieu-Daudé wrote: >> On 7/1/20 7:34 PM, Philippe Mathieu-Daudé wrote: >>> +Paolo >>> >>> On 7/1/20 7:09 PM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: > On 7/1/20 6:40 PM, Alex

Re: [PATCH v4 01/40] hw/isa: check for current_cpu before generating IRQ

2020-07-01 Thread Philippe Mathieu-Daudé
+MST/Igor for ICH9 On 7/1/20 7:37 PM, Philippe Mathieu-Daudé wrote: > On 7/1/20 7:34 PM, Philippe Mathieu-Daudé wrote: >> +Paolo >> >> On 7/1/20 7:09 PM, Alex Bennée wrote: >>> Philippe Mathieu-Daudé writes: On 7/1/20 6:40 PM, Alex Bennée wrote: > Philippe Mathieu-Daudé writes: > >>

Re: [PATCH v4 01/40] hw/isa: check for current_cpu before generating IRQ

2020-07-01 Thread Philippe Mathieu-Daudé
On 7/1/20 7:34 PM, Philippe Mathieu-Daudé wrote: > +Paolo > > On 7/1/20 7:09 PM, Alex Bennée wrote: >> Philippe Mathieu-Daudé writes: >>> On 7/1/20 6:40 PM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: > On 7/1/20 3:56 PM, Alex Bennée wrote: >> It's possible to trigger thi

Re: [PATCH v4 01/40] hw/isa: check for current_cpu before generating IRQ

2020-07-01 Thread Philippe Mathieu-Daudé
+Paolo On 7/1/20 7:09 PM, Alex Bennée wrote: > Philippe Mathieu-Daudé writes: >> On 7/1/20 6:40 PM, Alex Bennée wrote: >>> Philippe Mathieu-Daudé writes: >>> On 7/1/20 3:56 PM, Alex Bennée wrote: > It's possible to trigger this function from qtest/monitor at which > point current_cp

Re: [PATCH v4 01/40] hw/isa: check for current_cpu before generating IRQ

2020-07-01 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 7/1/20 6:40 PM, Alex Bennée wrote: >> >> Philippe Mathieu-Daudé writes: >> >>> On 7/1/20 3:56 PM, Alex Bennée wrote: It's possible to trigger this function from qtest/monitor at which point current_cpu won't point at the right place. Check it and

Re: [PATCH v4 01/40] hw/isa: check for current_cpu before generating IRQ

2020-07-01 Thread Philippe Mathieu-Daudé
On 7/1/20 6:40 PM, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > >> On 7/1/20 3:56 PM, Alex Bennée wrote: >>> It's possible to trigger this function from qtest/monitor at which >>> point current_cpu won't point at the right place. Check it and >>> fall back to first_cpu if it's NULL. >

Re: [PATCH v4 01/40] hw/isa: check for current_cpu before generating IRQ

2020-07-01 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 7/1/20 3:56 PM, Alex Bennée wrote: >> It's possible to trigger this function from qtest/monitor at which >> point current_cpu won't point at the right place. Check it and >> fall back to first_cpu if it's NULL. >> >> Signed-off-by: Alex Bennée >> Cc: Bug 18

Re: [PATCH v4 01/40] hw/isa: check for current_cpu before generating IRQ

2020-07-01 Thread Philippe Mathieu-Daudé
On 7/1/20 3:56 PM, Alex Bennée wrote: > It's possible to trigger this function from qtest/monitor at which > point current_cpu won't point at the right place. Check it and > fall back to first_cpu if it's NULL. > > Signed-off-by: Alex Bennée > Cc: Bug 1878645 <1878...@bugs.launchpad.net> > --- >

[PATCH v4 01/40] hw/isa: check for current_cpu before generating IRQ

2020-07-01 Thread Alex Bennée
It's possible to trigger this function from qtest/monitor at which point current_cpu won't point at the right place. Check it and fall back to first_cpu if it's NULL. Signed-off-by: Alex Bennée Cc: Bug 1878645 <1878...@bugs.launchpad.net> --- hw/isa/lpc_ich9.c | 2 +- 1 file changed, 1 insertion