Dan Kenigsberg has submitted this change and it was merged. Change subject: virt: move GraphicsDevice into devices subpackage ......................................................................
virt: move GraphicsDevice into devices subpackage Move the Graphics class and its related utilities into the devices subpackage. Also, rearrange code -without changes besides scatthering it around to make it less awkward to use for clients outside the package. Example: staticmethod -> module function. Change-Id: I8597ce1896b308204974b60f60a19cc52fca8e0b Signed-off-by: Francesco Romani <[email protected]> Reviewed-on: http://gerrit.ovirt.org/34557 Reviewed-by: Dan Kenigsberg <[email protected]> --- M debian/vdsm.install M tests/vmTests.py M vdsm.spec.in M vdsm/API.py M vdsm/virt/vm.py M vdsm/virt/vmdevices/Makefile.am M vdsm/virt/vmdevices/__init__.py A vdsm/virt/vmdevices/graphics.py 8 files changed, 202 insertions(+), 161 deletions(-) Approvals: Dan Kenigsberg: Looks good to me, approved Francesco Romani: Verified -- To view, visit http://gerrit.ovirt.org/34557 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8597ce1896b308204974b60f60a19cc52fca8e0b Gerrit-PatchSet: 16 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
