Michal Skrivanek has posted comments on this change. Change subject: caps: report if QEMU supports live snapshots ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/26149/1/vdsm/caps.py File vdsm/caps.py: Line 181: capabilities = _getCapsXMLStr() Line 182: caps = minidom.parseString(capabilities) Line 183: Line 184: for guestTag in caps.getElementsByTagName('guest'): Line 185: archTag = guestTag.getElementsByTagName('arch')[0] is PPC relevant here? Line 186: if archTag.getAttribute('name') == arch: Line 187: return _findLiveSnapshotSupport(guestTag) Line 188: return False Line 189: -- To view, visit http://gerrit.ovirt.org/26149 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I78dd51fc72f1b6d7eadb5c18d3b768f42d8ee32b Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[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
