Re: [PATCH v2] hw/ppc/pegasos2: Fix IRQ routing from pci.0

2024-11-25 Thread Nicholas Piggin
On Sat Nov 16, 2024 at 2:01 AM AEST, BALATON Zoltan wrote: > On Sat, 2 Nov 2024, BALATON Zoltan wrote: > > The MV64361 has two PCI buses one of which is used for AGP on > > PegasosII. So far we only emulated the PCI bus on pci.1 but some > > graphics cards are only recognised by some guests when co

Re: [PATCH v2] hw/ppc/pegasos2: Fix IRQ routing from pci.0

2024-11-15 Thread BALATON Zoltan
On Sat, 2 Nov 2024, BALATON Zoltan wrote: The MV64361 has two PCI buses one of which is used for AGP on PegasosII. So far we only emulated the PCI bus on pci.1 but some graphics cards are only recognised by some guests when connected to pci.0 corresponding to the AGP port. So far the interrupts w

[PATCH v2] hw/ppc/pegasos2: Fix IRQ routing from pci.0

2024-11-02 Thread BALATON Zoltan
The MV64361 has two PCI buses one of which is used for AGP on PegasosII. So far we only emulated the PCI bus on pci.1 but some graphics cards are only recognised by some guests when connected to pci.0 corresponding to the AGP port. So far the interrupts were not routed from pci.0 so this patch fixe