From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIkFB-0001Cb-C1 for qemu-devel@nongnu.org; Thu, 10 Dec 2009 09:43:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIkF6-0001BV-FB for qemu-devel@nongnu.org; Thu, 10 Dec 2009 09:43:48 -0500 Received: from [199.232.76.173] (port=45359 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIkF6-0001BR-Cp for qemu-devel@nongnu.org; Thu, 10 Dec 2009 09:43:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31493) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIkF6-0004Be-Cj for qemu-devel@nongnu.org; Thu, 10 Dec 2009 09:43:44 -0500 From: Luiz Capitulino Date: Thu, 10 Dec 2009 12:43:15 -0200 Message-Id: <1260456215-31022-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [FOR 0.12 v4 00/20]: 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 is a respin with a few fixes and a patch I forgot to include in the last submission. changelog --------- v3 -> v4 - do_info_name(): Return an empty dict if name == NULL - do_info_commands(): Return a dict - Don't use spaces nor '-' in json-object keys - Minor documention fixes 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