qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH qom v1 0/4] QOMify IRQs


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH qom v1 0/4] QOMify IRQs
Date: Mon, 2 Jun 2014 16:03:54 +0100

On 2 June 2014 08:38, Peter Crosthwaite <address@hidden> 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 <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]