Simone Tiraboschi has posted comments on this change. Change subject: packaging: setup: enforcing NX support ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/30636/1/src/ovirt_host_deploy/hardware.py File src/ovirt_host_deploy/hardware.py: Line 166: def _cpu_has_nx_enabled(self): Line 167: ret = False Line 168: with open('/proc/cpuinfo', 'r') as f: Line 169: for line in f.readlines(): Line 170: print(line) > please remove the print ok, sorry: it was just for a quick debug Line 171: if ':' in line: Line 172: k, v = line.split(':', 1) Line 173: k = k.strip() Line 174: v = v.strip() -- To view, visit http://gerrit.ovirt.org/30636 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia60e16ba8d9d7300c3be03dc4bbaf6039f597e47 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
