mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
Remove qdev irq sink handling
We have both IRQ sinks and GPIO inputs. These are in principle exactly the same thing, so remove the former. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
c2fb26379e
commit
067a3ddc88
18 changed files with 27 additions and 43 deletions
2
hw/esp.c
2
hw/esp.c
|
|
@ -684,7 +684,7 @@ static void esp_init1(SysBusDevice *dev)
|
|||
register_savevm("esp", -1, 3, esp_save, esp_load, s);
|
||||
qemu_register_reset(esp_reset, 0, s);
|
||||
|
||||
qdev_init_irq_sink(&dev->qdev, parent_esp_reset, 1);
|
||||
qdev_init_gpio_in(&dev->qdev, parent_esp_reset, 1);
|
||||
|
||||
scsi_bus_new(&dev->qdev, esp_scsi_attach);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue