aboutsummaryrefslogtreecommitdiff
path: root/hw/spapr.h
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2012-08-07 16:10:34 +0000
committerAlexander Graf <agraf@suse.de>2012-08-15 19:43:16 +0200
commitf4b9523ba6388f6f951933de3f9a76e2e9ea2ede (patch)
treeaef6991b1560973392e43e63a59b306395e27793 /hw/spapr.h
parentfa28f71b4a88cdb796f1e0a308205c6be604d3f3 (diff)
downloadqemu-f4b9523ba6388f6f951933de3f9a76e2e9ea2ede.zip
qemu-f4b9523ba6388f6f951933de3f9a76e2e9ea2ede.tar.gz
qemu-f4b9523ba6388f6f951933de3f9a76e2e9ea2ede.tar.bz2
pseries: added allocator for a block of IRQs
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 <aik@ozlabs.ru> Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/spapr.h')
-rw-r--r--hw/spapr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/spapr.h b/hw/spapr.h
index b5cf6af..6229769 100644
--- a/hw/spapr.h
+++ b/hw/spapr.h
@@ -290,6 +290,7 @@ target_ulong spapr_hypercall(CPUPPCState *env, target_ulong opcode,
target_ulong *args);
int spapr_allocate_irq(int hint, enum xics_irq_type type);
+int spapr_allocate_irq_block(int num, enum xics_irq_type type);
static inline int spapr_allocate_msi(int hint)
{