Re: [PATCH 0/2] m68k/q800: make the GLUE chip a QOM device

2020-12-12 Thread Laurent Vivier
Le 07/11/2020 à 00:51, Peter Maydell a écrit : > This series is 6.0 material really I think. It's a bit of cleanup > prompted by a Coverity issue, CID 1421883. There are another half > dozen or so similar issues, where Coverity is complaining that we > allocate an array of qemu_irqs with qemu_all

Re: [PATCH 0/2] m68k/q800: make the GLUE chip a QOM device

2020-12-11 Thread Peter Maydell
On Fri, 6 Nov 2020 at 23:51, Peter Maydell wrote: > > This series is 6.0 material really I think. It's a bit of cleanup > prompted by a Coverity issue, CID 1421883. There are another half > dozen or so similar issues, where Coverity is complaining that we > allocate an array of qemu_irqs with qe

[PATCH 0/2] m68k/q800: make the GLUE chip a QOM device

2020-11-06 Thread Peter Maydell
This series is 6.0 material really I think. It's a bit of cleanup prompted by a Coverity issue, CID 1421883. There are another half dozen or so similar issues, where Coverity is complaining that we allocate an array of qemu_irqs with qemu_allocate_irqs() in a board init function -- in this case t