From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCfBF-0008Hv-D6 for qemu-devel@nongnu.org; Mon, 23 Nov 2009 15:06:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCfBA-0008Ef-19 for qemu-devel@nongnu.org; Mon, 23 Nov 2009 15:06:36 -0500 Received: from [199.232.76.173] (port=42669 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCfB9-0008ER-KZ for qemu-devel@nongnu.org; Mon, 23 Nov 2009 15:06:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64112) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCfB8-0001Xy-OM for qemu-devel@nongnu.org; Mon, 23 Nov 2009 15:06:31 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nANK6QZq013495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 Nov 2009 15:06:26 -0500 Received: from localhost (vpn-9-248.rdu.redhat.com [10.11.9.248]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nANK6PYU029025 for ; Mon, 23 Nov 2009 15:06:25 -0500 From: Luiz Capitulino Date: Mon, 23 Nov 2009 18:06:06 -0200 Message-Id: <1259006783-945-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v1 00/17]: 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 Hi, This series covers almost half of the info handlers conversions to the QObject style, the other half is a bit more complicated as some handlers can be defined by different machine types. changelog --------- v0 -> v1 - Minor fixes (indentation, casts, etc) - Improved some documentation and changelogs - Dropped do_info_network() conversion, it still needs work