From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAUj7-0004IB-Ln for qemu-devel@nongnu.org; Tue, 17 Nov 2009 15:32:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAUj2-0004GE-PS for qemu-devel@nongnu.org; Tue, 17 Nov 2009 15:32:37 -0500 Received: from [199.232.76.173] (port=34671 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAUj2-0004G8-Ko for qemu-devel@nongnu.org; Tue, 17 Nov 2009 15:32:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17983) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAUj2-00085Q-2A for qemu-devel@nongnu.org; Tue, 17 Nov 2009 15:32:32 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAHKWVai025082 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 17 Nov 2009 15:32:31 -0500 Received: from localhost (vpn-11-203.rdu.redhat.com [10.11.11.203]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nAHKWTk1024377 for ; Tue, 17 Nov 2009 15:32:30 -0500 From: Luiz Capitulino Date: Tue, 17 Nov 2009 18:32:07 -0200 Message-Id: <1258489944-12159-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v0 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, Now that qjson has been merged, it's time to flush my queues.. 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. Detailed conversion status can be found at: http://www.linux-kvm.org/page/MonitorProtocol Thanks.