mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
low_set_irq is not used anywhere
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
823e675a07
commit
15dc11286f
1 changed files with 0 additions and 2 deletions
2
hw/pci.c
2
hw/pci.c
|
@ -41,8 +41,6 @@ struct PCIBus {
|
||||||
pci_set_irq_fn set_irq;
|
pci_set_irq_fn set_irq;
|
||||||
pci_map_irq_fn map_irq;
|
pci_map_irq_fn map_irq;
|
||||||
uint32_t config_reg; /* XXX: suppress */
|
uint32_t config_reg; /* XXX: suppress */
|
||||||
/* low level pic */
|
|
||||||
SetIRQFunc *low_set_irq;
|
|
||||||
qemu_irq *irq_opaque;
|
qemu_irq *irq_opaque;
|
||||||
PCIDevice *devices[256];
|
PCIDevice *devices[256];
|
||||||
PCIDevice *parent_dev;
|
PCIDevice *parent_dev;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue