On 2 June 2014 08:38, Peter Crosthwaite <peter.crosthwa...@xilinx.com> wrote: > Hi Andreas and all, > > I have done some cleanup of your WIP IRQ QOMification and have it in a > hopefully ready state. Its now link safe and the allocation/freeing > process is not as complex as before. > > For fuller context of the motivation behind this series, please see: > http://lists.gnu.org/archive/html/qemu-devel/2014-05/msg03265.html > > Regards, > Peter > > > Andreas Färber (3): > sdhci: Fix misuse of qemu_free_irqs() > hw: Fix qemu_allocate_irqs() leaks > irq: Slim conversion of qemu_irq to QOM > > Peter Crosthwaite (1): > irq: Allocate IRQs individually
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> Possibly with QOM objects for boards most of the remaining qemu_allocate_irqs() calls could be turned into just having qemu_irq[] arrays directly in the board's state struct (eventually). thanks -- PMM