ppc/xics: introduce a XICSFabric QOM interface to handle ICSs
authorCédric Le Goater <clg@kaod.org>
Mon, 27 Feb 2017 14:29:14 +0000 (15:29 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 1 Mar 2017 00:23:39 +0000 (11:23 +1100)
commit51b180051e366c69b018af05c412b72282294d61
treed9ec611233f6860172f974ce3f10eeb4c93b4e80
parentb9038e7806dfe1e522fd7f8dff6a7502bd95a541
ppc/xics: introduce a XICSFabric QOM interface to handle ICSs

This interface provides two simple handlers. One is to get an ICS
(Interrupt Source Controller) object from an irq number and a second
to resend the irqs when needed.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/intc/xics.c
include/hw/ppc/xics.h