Francesco Romani has posted comments on this change. Change subject: hostdev: add support for reporting usb addresses ......................................................................
Patch Set 6: (1 comment) http://gerrit.ovirt.org/#/c/35785/6/vdsm/hostdev.py File vdsm/hostdev.py: Line 74: also doing sysfs lookups for sr-iov related information Line 75: """ Line 76: address_parser = {'pci': _parse_pci_address, Line 77: 'scsi': _parse_scsi_address, Line 78: 'usb_device': _parse_usb_address} > This is a bit tricky: in terms of what libvirt reports, 'usb' itself is the Fine for me; but please add the above as comment. Line 79: Line 80: params = {} Line 81: Line 82: devXML = etree.fromstring(device_xml) -- To view, visit http://gerrit.ovirt.org/35785 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3d4a4e1d3703abd25c9fa0584ec0e0a1d52b685c Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Martin Polednik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
