Omer Frenkel has posted comments on this change. Change subject: vm: Detect RNG device by type ......................................................................
Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/40095/1/vdsm/virt/vm.py File vdsm/virt/vm.py: Line 4174: dev.address = address Line 4175: dev.alias = alias Line 4176: Line 4177: for dev in self.conf['devices']: Line 4178: if dev['device'] == hwclass.SMARTCARD and \ i think smartcard has the same issue Line 4179: not dev.get('address'): Line 4180: dev['address'] = address Line 4181: dev['alias'] = alias Line 4182: -- To view, visit https://gerrit.ovirt.org/40095 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I31a1c38eec5be96e298e0f1dd5a7598c2212cb21 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Shmuel Leib Melamud <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Shmuel Leib Melamud <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
