mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
734d9c8905
commit
f8df900316
2 changed files with 5 additions and 3 deletions
|
@ -40,6 +40,7 @@ typedef struct PnvPsi {
|
|||
|
||||
/* Interrupt generation */
|
||||
ICSState ics;
|
||||
qemu_irq *qirqs;
|
||||
|
||||
/* Registers */
|
||||
uint64_t regs[PSIHB_XSCOM_MAX];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue