From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW6iL-0005oA-Gb for qemu-devel@nongnu.org; Thu, 01 Dec 2011 08:30:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RW6iF-0006WU-PF for qemu-devel@nongnu.org; Thu, 01 Dec 2011 08:30:13 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:44734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW6iF-0006V2-Lj for qemu-devel@nongnu.org; Thu, 01 Dec 2011 08:30:07 -0500 Received: by ghbg19 with SMTP id g19so2334899ghb.4 for ; Thu, 01 Dec 2011 05:30:06 -0800 (PST) Message-ID: <4ED7815A.5010100@codemonkey.ws> Date: Thu, 01 Dec 2011 07:30:02 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1322687028-29714-1-git-send-email-aliguori@us.ibm.com> <1322687028-29714-2-git-send-email-aliguori@us.ibm.com> <20111201081956.GC29861@stefanha-thinkpad.localdomain> In-Reply-To: <20111201081956.GC29861@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/18] qom: add new dynamic property infrastructure based on Visitors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Peter Maydell , Stefan Hajnoczi , Jan Kiszka , qemu-devel@nongnu.org, Markus Armbruster , Luiz Capitulino On 12/01/2011 02:19 AM, Stefan Hajnoczi wrote: > On Wed, Nov 30, 2011 at 03:03:31PM -0600, Anthony Liguori wrote: >> +/** >> + * @DevicePropertyEtter - called when trying to get/set a property > > An established term for this is an "accessor". I've never heard "etter" > before and it looks like a typo on first sight ;). > >> +/** >> + * @qdev_property_set - writes a property to a device >> + * >> + * @dev - the device >> + * >> + * @v - the visitor that will used to write the property value. This should be > > s/will used/will be used/ Ack. Regards, Anthony Liguori >