spapr/irq: remove the XICS offset adjustment
commit3a0d802c170c74807c1957f076b555daad867a1f
authorCédric Le Goater <clg@kaod.org>
Wed, 13 Feb 2019 21:07:56 +0000 (13 22:07 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sun, 17 Feb 2019 10:54:02 +0000 (17 21:54 +1100)
tree0057cfeab92cc63901166a7e2f74f19b52175a3f
parent2e66cdb715b2df674a9dd1b2899b958a46a98bdc
spapr/irq: remove the XICS offset adjustment

Now that we have changed the XICS and the XIVE interrupt backend to
have different size for their IRQ number space, we do not need to
align their source numbers anymore. Remove the offset adjustment and
wire the dual 'qirq' handler to the 'qirq' handler of the current
interrupt mode in use.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20190213210756.27032-3-clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_irq.c