Dan Kenigsberg has submitted this change and it was merged. Change subject: Extract a method _getCapsXMLStr() to get capabilities from libvirt ......................................................................
Extract a method _getCapsXMLStr() to get capabilities from libvirt The new function _getCapsXMLStr() could be shared by _getCpuTopology() and _getEmulatedMachines(). And it also saves a libvirt call by memorizing the result. Change-Id: I004693d64c84479f150f05d348b2e843f48238a4 Signed-off-by: Mark Wu <[email protected]> --- M tests/capsTests.py M vdsm/caps.py 2 files changed, 10 insertions(+), 8 deletions(-) Approvals: Douglas Schilling Landgraf: Looks good to me, but someone else must approve Hunt Xu: Looks good to me, but someone else must approve Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9431 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I004693d64c84479f150f05d348b2e843f48238a4 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Hunt Xu <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
