Re: [PATCH-for-5.2 0/5] hw/arm: Fix various incorrect IRQ handling

2020-11-09 Thread Philippe Mathieu-Daudé
On 11/9/20 3:23 PM, Peter Maydell wrote: > On Sat, 7 Nov 2020 at 19:34, Philippe Mathieu-Daudé wrote: >> >> This series is inspired by Peter's following patch: >> https://www.mail-archive.com/qemu-devel@nongnu.org/msg758178.html >> >> I started to audit the IRQ uses and fixed the easy problems. >>

Re: [PATCH-for-5.2 0/5] hw/arm: Fix various incorrect IRQ handling

2020-11-09 Thread Peter Maydell
On Sat, 7 Nov 2020 at 19:34, Philippe Mathieu-Daudé wrote: > > This series is inspired by Peter's following patch: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg758178.html > > I started to audit the IRQ uses and fixed the easy problems. > > Unresolved ones: > - stellaris_init() connects

[PATCH-for-5.2 0/5] hw/arm: Fix various incorrect IRQ handling

2020-11-07 Thread Philippe Mathieu-Daudé
This series is inspired by Peter's following patch: https://www.mail-archive.com/qemu-devel@nongnu.org/msg758178.html I started to audit the IRQ uses and fixed the easy problems. Unresolved ones: - stellaris_init() connects different TYPE_STELLARIS_GPTM to the same ADC input (seems some weird k