Dan Kenigsberg has submitted this change and it was merged. Change subject: cpuinfo: use is_ppc predicate when parsing cpu_map.xml ......................................................................
cpuinfo: use is_ppc predicate when parsing cpu_map.xml The CPU_MAP.xml uses base platform names (x86 and ppc) when locating CPU models even for platform extensions (x86_64 and ppc64le). This patch replaces the specific platform lookup by base platform lookup, resulting in no behavior changes but improving the platform handling consistence. Change-Id: I59118eba458acad12af5872c21945edf89db3522 Signed-off-by: Martin Polednik <[email protected]> Reviewed-on: https://gerrit.ovirt.org/51382 Continuous-Integration: Jenkins CI Reviewed-by: Francesco Romani <[email protected]> --- M vdsm/caps.py 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: Jenkins CI: Passed CI tests Francesco Romani: Looks good to me, approved Martin Polednik: Verified -- To view, visit https://gerrit.ovirt.org/51382 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I59118eba458acad12af5872c21945edf89db3522 Gerrit-PatchSet: 4 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: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
