From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIPZD-0008CV-Ud for qemu-devel@nongnu.org; Wed, 09 Dec 2009 11:39:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIPZ9-0008AK-Hc for qemu-devel@nongnu.org; Wed, 09 Dec 2009 11:39:07 -0500 Received: from [199.232.76.173] (port=48808 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIPZ9-0008AD-4r for qemu-devel@nongnu.org; Wed, 09 Dec 2009 11:39:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4308) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIPZ8-0007I9-OQ for qemu-devel@nongnu.org; Wed, 09 Dec 2009 11:39:03 -0500 From: Luiz Capitulino Date: Wed, 9 Dec 2009 14:27:39 -0200 Message-Id: <1260376078-8694-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [FOR 0.12 v3 00/19]: info handlers conversions to QObject List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com 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