Hi, This series covers almost half of the info handlers conversions to the QObject style.
The biggest change in this version is that now info handlers always return a QDict. changelog --------- v2 -> v3 - Change all info handlers to return a dict - Fix bad do_info_migrate() rebase - do_info_cpus(): Use QBool - do_info_version(): Return QDict v1 -> v2 - Rebase - do_info_vnc(): drop keys with 'none' strings - Fix do_info_balloon() to return bytes v0 -> v1 - Minor fixes (indentation, casts, etc) - Improved some documentation and changelogs - Dropped do_info_network() conversion, it still needs work