Re: [Qemu-devel] [PATCH 8/8] sun4u: move in-built devices behind PCI bridge A

2017-07-14 Thread Mark Cave-Ayland
On 12/07/17 10:59, Artyom Tarasenko wrote: > On Tue, Jul 11, 2017 at 11:53 PM, Mark Cave-Ayland > wrote: >> This switches the sun4u model to being much closer to a real Ultra 5. >> >> Since the existing code previously bypassed the PCI bridge interrupt >> swizzling, reorganise the interrupt mappi

Re: [Qemu-devel] [PATCH 8/8] sun4u: move in-built devices behind PCI bridge A

2017-07-12 Thread Artyom Tarasenko
On Tue, Jul 11, 2017 at 11:53 PM, Mark Cave-Ayland wrote: > This switches the sun4u model to being much closer to a real Ultra 5. > > Since the existing code previously bypassed the PCI bridge interrupt > swizzling, reorganise the interrupt mapping functions so that > pci_pbm_map_irq() is used by

[Qemu-devel] [PATCH 8/8] sun4u: move in-built devices behind PCI bridge A

2017-07-11 Thread Mark Cave-Ayland
This switches the sun4u model to being much closer to a real Ultra 5. Since the existing code previously bypassed the PCI bridge interrupt swizzling, reorganise the interrupt mapping functions so that pci_pbm_map_irq() is used by the PCI bridges and pci_apb_map_irq() is used by the PCI host bridge