Re: [PATCH 2/3] pseries: added allocator for a block of IRQs

2012-06-27 Thread Alexander Graf
On 14.06.2012, at 06:33, Alexey Kardashevskiy wrote: The patch adds a simple helper which allocates a consecutive sequence of IRQs calling spapr_allocate_irq for each and checks that allocated IRQs go consequently. The patch is required for upcoming support of MSI/MSIX on POWER.

[PATCH 2/3] pseries: added allocator for a block of IRQs

2012-06-13 Thread Alexey Kardashevskiy
The patch adds a simple helper which allocates a consecutive sequence of IRQs calling spapr_allocate_irq for each and checks that allocated IRQs go consequently. The patch is required for upcoming support of MSI/MSIX on POWER. Signed-off-by: Alexey Kardashevskiy a...@ozlabs.ru --- hw/spapr.c |