On Mon, 14 Dec 2020 at 09:01, David Gibson <da...@gibson.dropbear.id.au> wrote: > > On Sat, Dec 12, 2020 at 12:15:29AM +0000, Peter Maydell wrote: > > This patchseries converts the PPC UIC "Universal Interrupt > > Controller" to a QOM device. My main reason for doing it is that > > this fixes a couple of long-standing trivial Coverity issues -- the > > current ppcuic_init() function allocates an array of qemu_irqs which > > the callers then leak. (The leak is trivial because it happens once > > when QEMU starts.) > 1..4 applied to my tree. Looks like there are some comments needing > review on 5, so I'll leave the rest for another spin.
Thanks. You could take 6 as well if you like (it's the "delete dead code" one). I'll try to get a respin out this week, but otherwise it can wait for January. -- PMM