From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW6sq-0003pD-9A for qemu-devel@nongnu.org; Thu, 01 Dec 2011 08:41:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RW6sk-00024y-PW for qemu-devel@nongnu.org; Thu, 01 Dec 2011 08:41:04 -0500 Received: from mail-yx0-f173.google.com ([209.85.213.173]:60637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW6sk-00024s-Ly for qemu-devel@nongnu.org; Thu, 01 Dec 2011 08:40:58 -0500 Received: by yenq3 with SMTP id q3so2225439yen.4 for ; Thu, 01 Dec 2011 05:40:58 -0800 (PST) Message-ID: <4ED783E8.4010402@codemonkey.ws> Date: Thu, 01 Dec 2011 07:40:56 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1322687028-29714-1-git-send-email-aliguori@us.ibm.com> <1322687028-29714-8-git-send-email-aliguori@us.ibm.com> <20111201105514.GB31730@stefanha-thinkpad.localdomain> In-Reply-To: <20111201105514.GB31730@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/18] qom: add link properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 12/01/2011 04:55 AM, Stefan Hajnoczi wrote: > On Wed, Nov 30, 2011 at 03:03:37PM -0600, Anthony Liguori wrote: >> +/** >> + * @qdev_property_add_link - Add a link property to a device >> + * >> + * Links establish relationships between devices. Links are unidirection > > s/unidirection/unidirectional/ Ack. Regards, Anthony Liguori >