Dan Kenigsberg has submitted this change and it was merged. Change subject: virt: Make Vm.devMapFromDevSpecMap() private ......................................................................
virt: Make Vm.devMapFromDevSpecMap() private There is currently no reason to expose the method outside Vm. Actually we are going to move device processing out of Vm and thus isolating the use of this method is a preparation step for that. Change-Id: I3a1d8d8d80313a8b4648a255413c26689d1c4657 Signed-off-by: Milan Zamazal <[email protected]> Reviewed-on: https://gerrit.ovirt.org/53484 Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Martin Polednik <[email protected]> Continuous-Integration: Jenkins CI Reviewed-by: Nir Soffer <[email protected]> --- M tests/vmfakelib.py M vdsm/virt/vm.py 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Nir Soffer: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Francesco Romani: Looks good to me, approved Milan Zamazal: Verified Martin Polednik: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/53484 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3a1d8d8d80313a8b4648a255413c26689d1c4657 Gerrit-PatchSet: 8 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Milan Zamazal <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Milan Zamazal <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
