From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Myoex-0007CI-Mt for qemu-devel@nongnu.org; Fri, 16 Oct 2009 11:24:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Myoes-000753-TV for qemu-devel@nongnu.org; Fri, 16 Oct 2009 11:24:03 -0400 Received: from [199.232.76.173] (port=55636 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Myoes-00074n-My for qemu-devel@nongnu.org; Fri, 16 Oct 2009 11:23:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61723) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Myoes-0007Uo-B5 for qemu-devel@nongnu.org; Fri, 16 Oct 2009 11:23:58 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9GFNvJ6010024 for ; Fri, 16 Oct 2009 11:23:57 -0400 Received: from localhost (vpn-13-155.rdu.redhat.com [10.11.13.155]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9GFNu8h010027 for ; Fri, 16 Oct 2009 11:23:57 -0400 From: Luiz Capitulino Date: Fri, 16 Oct 2009 12:23:42 -0300 Message-Id: <1255706631-3742-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 0/9]: Simple QObject conversions List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I've cherry picked the patches which don't depend on qobejct_from_fmt(), added some more, and here goes another round of conversions. All of them are very simple. As the handlers being converted don't output 'regular' data (only errors) we only need to change their prototypes. I've added a note on the changelog to make it clear that errors are not being converted yet. Thanks.