From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRbF0-0001YD-0K for qemu-devel@nongnu.org; Thu, 16 Jul 2009 20:23:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRbEu-0001W8-A8 for qemu-devel@nongnu.org; Thu, 16 Jul 2009 20:23:56 -0400 Received: from [199.232.76.173] (port=45860 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRbEu-0001Vy-48 for qemu-devel@nongnu.org; Thu, 16 Jul 2009 20:23:52 -0400 Received: from mx20.gnu.org ([199.232.41.8]:18371) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRbEt-0001ey-Qm for qemu-devel@nongnu.org; Thu, 16 Jul 2009 20:23:51 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRbEs-00021G-J3 for qemu-devel@nongnu.org; Thu, 16 Jul 2009 20:23:50 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [RfC PATCH] qdev: helper macros for properties Date: Fri, 17 Jul 2009 01:23:47 +0100 References: <1247661358-5411-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1247661358-5411-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907170123.48369.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann On Wednesday 15 July 2009, Gerd Hoffmann wrote: > Hi, > > New revision of the helper macros for defining properties, going on top > of all other qdev patches posted today. IMO this should have been part of the initial properties rework, not a followup change. Use of these macros should not be optional. Paul