This series contains several updates for the pseries platform. The first two are trivial bugfixes and should certainly go in ASAP.
The third patch is rather more substantial - it adds PCI support to pseries, however without IOMMU support in qemu it's fairly crippled - only PCI devices which don't use DMA will work correctly. I'm still hoping this can make it in before the hard freeze though. It only touches pseries specific code, so it's unlikely to break anything else. It gets at least this part of the PCI code out there for better testing and review. Finally it does allow us to use virtio_pci on pseries which is a significant gain in functionality, even if no other PCI devices work.