From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWrnW-0000lM-3O for qemu-devel@nongnu.org; Fri, 31 Jul 2009 09:05:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWrnQ-0000ib-6F for qemu-devel@nongnu.org; Fri, 31 Jul 2009 09:05:20 -0400 Received: from [199.232.76.173] (port=50624 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWrnP-0000iM-4C for qemu-devel@nongnu.org; Fri, 31 Jul 2009 09:05:15 -0400 Received: from mx2.redhat.com ([66.187.237.31]:52769) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWrnO-0004Q3-5d for qemu-devel@nongnu.org; Fri, 31 Jul 2009 09:05:14 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6VD5AAS010037 for ; Fri, 31 Jul 2009 09:05:11 -0400 From: Gerd Hoffmann Date: Fri, 31 Jul 2009 15:04:57 +0200 Message-Id: <1249045499-10973-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [RfC PATCH 0/2] qdev/prop: macros for creating typechecked properties. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi folks, Continuing the property macro debate with some code. Two patches, one adding macros, one converting pci.c as an example. I volunteer to send patches switching all properties over to macros. But given the discussions we had on the topic so far I'd like to have a agreement on the route to take before, so my work wouldn't end up in the trash. cheers, Gerd