On Tue, Jun 28, 2016 at 01:32:47PM +0200, Andrew Jones wrote: > > > Hmm.. the only way I can test the early patches without pci-testdev > > > is to dump the data structures, but that doesn't really test anything > > > other than the DT parsing. I'd rather we wait. > > > > It also involves what would be PCI configuration space cycles: PCI bus > > scanning and PCI devices inquiring and parsing. Not only DT. > > But how do I know any of that stuff is working? Patch 10/12: int main(void) { int ret = pci_probe(); report("PCI bus probing", ret); if (ret) pci_print(); return report_summary(); } > > > > > Thanks, > > > drew -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html