Hi,
Removed the dust from the two-pass pci initialization code and posting the bits for review to move forward. Rebased from q35 tree to latest upstream master. Uses the new pci_device struct now.
cheers, Gerd
Gerd Hoffmann (4): pci: add two-pass pci initialization code pci: activate two-pass pci initialization code pci: remove old pci initilaization code pci: init boot devices only on address space shortage
Makefile | 2 +- src/pci.c | 3 + src/pci.h | 8 + src/pci_region.c | 77 ------- src/pciinit.c | 642 +++++++++++++++++++++++++++++++++++++++--------------- src/util.h | 31 +--- 6 files changed, 481 insertions(+), 282 deletions(-) delete mode 100644 src/pci_region.c