From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqj99-0007LX-Kb for qemu-devel@nongnu.org; Fri, 08 May 2015 10:21:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yqj95-00046x-Kv for qemu-devel@nongnu.org; Fri, 08 May 2015 10:20:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yqj95-00045i-DK for qemu-devel@nongnu.org; Fri, 08 May 2015 10:20:55 -0400 Message-ID: <554CC643.7010701@redhat.com> Date: Fri, 08 May 2015 16:20:51 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1430476206-26034-1-git-send-email-berrange@redhat.com> <55489C8B.7070401@redhat.com> <5548E3D5.1060803@suse.de> <554CACA3.6040409@redhat.com> <554CAD4F.7060203@suse.de> In-Reply-To: <554CAD4F.7060203@suse.de> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 0/7] qom: misc fixes & enhancements to support TLS work List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org On 08/05/2015 14:34, Andreas F=E4rber wrote: > > > Objection. None of the QOM patches have been reviewed by me and you= knew > > > I would be back today. > >=20 > > No, I didn't. I didn't even know you were away, I thought you were > > simply busy with something else. >=20 > On the QOM CPU link<> thread that you participated in. Sorry I missed that. > Btw I see no reason to add artificial link<> properties for ".." at all= , > we should simply implement that as part of path resolution rather than > wasting memory with pointers to self. Well, "ls -al" shows "." and "..". But I'll implement object_property_add_const_link without using ".", so that discussion can be bypassed. Paolo