mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
heathrow: remove obsolete heathow_init() function
Instead wire up heathrow to the CPU and grackle PCI host using qdev GPIOs. 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
0f4b5415c3
commit
a5ed75fe2e
4 changed files with 18 additions and 31 deletions
|
@ -41,7 +41,7 @@ typedef struct HeathrowState {
|
|||
|
||||
MemoryRegion mem;
|
||||
HeathrowPICState pics[2];
|
||||
qemu_irq *irqs;
|
||||
qemu_irq irqs[1];
|
||||
} HeathrowState;
|
||||
|
||||
#define HEATHROW_NUM_IRQS 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue