[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [RFC PATCH v1 1/4] arm/pci: PCI setup and PCI host bridge discovery within XEN on ARM.
On 24.07.2020 17:15, Julien Grall wrote: > On 24/07/2020 15:44, Roger Pau Monné wrote: >>> + >>> + struct pci_host_bridge *bridge = pci_find_host_bridge(sbdf.seg, >>> sbdf.bus); >>> + >>> + if ( unlikely(!bridge) ) >>> + { >>> + printk(XENLOG_ERR "Unable to find bridge for "PRI_pci"\n", >>> + sbdf.seg, sbdf.bus, sbdf.dev, sbdf.fn); >> >> I had a patch to add a custom modifier to out printf format in >> order to handle pci_sbdf_t natively: >> >> https://patchew.org/Xen/20190822065132.48200-1-roger.pau@xxxxxxxxxx/ >> >> It missed maintainers Acks and was never committed. Since you are >> doing a bunch of work here, and likely adding a lot of SBDF related >> prints, feel free to import the modifier (%pp) and use in your code >> (do not attempt to switch existing users, or it's likely to get >> stuck again). > > I forgot about this patch :/. It would be good to revive it. Which acks > are you missing? It wasn't so much missing acks, but a controversy. And that not so much about switching existing users, but whether to indeed derive this from %p (which I continue to consider inefficient). Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |