Am 05.11.2013 00:09, schrieb Hervé Poussineau: > Hervé Poussineau (10): > prep: kill get_system_io() usage > raven: use constant PCI_NUM_PINS instead of 4
Thanks and sorry for the delay, I've applied these to prep-up: http://repo.or.cz/w/qemu/afaerber.git/shortlog/refs/heads/prep-up (An intermittent memory'ish regression has been fixed now apparently.) > raven: move BIOS loading from board code to PCI host Hearing no objections or comments on this approach of loading firmware in the PCI host bridge device, we have discussed that I'll be accepting it to allow for easy sharing between in-tree and upcoming PReP machines. However I'm still struggling to understand another aspect of the patch, question inline. Regards, Andreas > raven: rename intack region to pci_intack > raven: set a correct PCI I/O memory region > raven: set a correct PCI memory region > raven: add PCI bus mastering address space > raven: implement non-contiguous I/O region > raven: fix PCI bus accesses with size > 1 > raven: use raven_ for all function prefixes > > hw/pci-host/prep.c | 235 > ++++++++++++++++++++++++++++++++++++++++++++-------- > hw/ppc/prep.c | 155 ++++++---------------------------- > 2 files changed, 226 insertions(+), 164 deletions(-) >