mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()
Since the macio device has a link to the PIC device, we can now wire up the IRQs directly via qdev GPIOs rather than having to use an intermediate array. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
ab1244b53d
commit
20d2514ad8
3 changed files with 22 additions and 30 deletions
|
@ -56,7 +56,6 @@ typedef struct OldWorldMacIOState {
|
|||
/*< public >*/
|
||||
|
||||
HeathrowState *pic;
|
||||
qemu_irq irqs[7];
|
||||
|
||||
MacIONVRAMState nvram;
|
||||
MACIOIDEState ide[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue