Re: [PATCH 0/2] hw/arm/bcm2838_pcie: make PCI device enumeration work
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA_Jw=CKKpXMfmEby160SKvCg7p026RdLdQcpQ2gA59-ZQ@mail.gmail.com> |
On Sat, 25 Jul 2026 at 13:42, Marcelo Manzo <[email protected]> wrote: > > Follow-up to "hw/arm/raspi4b: working PCIe and GENET (real > networking)" [1]. That series got the PCIe Root Complex link up and > GENET (a plain sysbus device, not PCI) working, but nothing in it > actually required a guest to enumerate a device *on* the PCIe bus -- > so a real gap went unnoticed until now: attach anything to > raspi4b's PCIe port and "lspci"/"/sys/bus/pci/devices/" come back > completely empty, even though the link itself is up. > Marcelo Manzo (2): > hw/arm/bcm2838_pcie: make PCI device enumeration actually work Since bcm2838_pcie isn't in upstream yet, I think we should fold this fix into that patchset, rather than introducing it in a broken state that we then fix with a later patchset. thanks -- PMM