commit | a0c493ae67c8176bba0385aaab49d6129838b525 | [log] [tgz] |
---|---|---|
author | Cédric Le Goater <clg@kaod.org> | Wed Jan 02 06:57:37 2019 +0100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Wed Jan 09 09:28:14 2019 +1100 |
tree | 4a4e9edfd07e393f150acaadbed41015592755bb | |
parent | 1da85c2ae691d5afae106feb419720838a693aac [diff] |
spapr/xive: simplify the sPAPR IRQ qirq method for XIVE The qirq routines of the XiveSource and the sPAPRXive model are only used under the sPAPR IRQ backend. Simplify the overall call stack and gather all the code under spapr_qirq_xive(). It will ease future changes. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>