mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Merge branch pci into master
Merge master and pci branch, resolve build breakage in hw/esp.c
introduced by f90c2bcd
.
Conflicts:
hw/esp.c
This commit is contained in:
commit
5e59b02435
33 changed files with 338 additions and 249 deletions
|
@ -22,6 +22,7 @@ struct PCIBus {
|
|||
uint8_t devfn_min;
|
||||
pci_set_irq_fn set_irq;
|
||||
pci_map_irq_fn map_irq;
|
||||
pci_route_irq_fn route_intx_to_irq;
|
||||
pci_hotplug_fn hotplug;
|
||||
DeviceState *hotplug_qdev;
|
||||
void *irq_opaque;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue