diff options
| author | Cédric Le Goater | 2019-01-02 06:57:39 +0100 |
|---|---|---|
| committer | David Gibson | 2019-01-08 23:28:14 +0100 |
| commit | f8df900316666f55dd82b1576e57f7650db682a6 (patch) | |
| tree | 07e45bdba430e5b8f9e412f0738f1e6d2ee11020 /include | |
| parent | ppc: export the XICS and XIVE set_irq handlers (diff) | |
| download | qemu-f8df900316666f55dd82b1576e57f7650db682a6.tar.gz qemu-f8df900316666f55dd82b1576e57f7650db682a6.tar.xz qemu-f8df900316666f55dd82b1576e57f7650db682a6.zip | |
pnv/psi: move the ICSState qemu_irq array under the PSI device model
Future changes of the ICSState object will remove the qemu_irq array
from under the interrupt controller model. Prepare ground for the PSI
interrupt sources and introduce a new one directly under the PSI
device model.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/ppc/pnv_psi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/ppc/pnv_psi.h b/include/hw/ppc/pnv_psi.h index f6af5eae1f..64ac73512e 100644 --- a/include/hw/ppc/pnv_psi.h +++ b/include/hw/ppc/pnv_psi.h @@ -40,6 +40,7 @@ typedef struct PnvPsi { /* Interrupt generation */ ICSState ics; + qemu_irq *qirqs; /* Registers */ uint64_t regs[PSIHB_XSCOM_MAX]; |
