From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mo27V-0006eE-BO for qemu-devel@nongnu.org; Wed, 16 Sep 2009 17:32:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mo27Q-0006WA-5D for qemu-devel@nongnu.org; Wed, 16 Sep 2009 17:32:56 -0400 Received: from [199.232.76.173] (port=58001 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mo27P-0006Vx-Sw for qemu-devel@nongnu.org; Wed, 16 Sep 2009 17:32:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31725) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mo27P-0002hd-F5 for qemu-devel@nongnu.org; Wed, 16 Sep 2009 17:32:51 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8GLWnAL013967 for ; Wed, 16 Sep 2009 17:32:49 -0400 Received: from localhost (vpn-12-10.rdu.redhat.com [10.11.12.10]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8GLWmsY000996 for ; Wed, 16 Sep 2009 17:32:49 -0400 From: Luiz Capitulino Date: Wed, 16 Sep 2009 18:32:33 -0300 Message-Id: <1253136760-3614-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 0/7]: Initial QObject conversion List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi there, Here goes the first series for Monitor handlers conversion to QObjects. The first patches introduce infrastructure needed to support incremental conversion, that is, functions which call handlers will have to deal with the current calling style and the new one. The remaining patches convert very simple handlers. Thanks.