From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwtUJ-0007q5-62 for qemu-devel@nongnu.org; Tue, 17 Jun 2014 09:31:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwtU2-0004Wq-R7 for qemu-devel@nongnu.org; Tue, 17 Jun 2014 09:31:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwtU2-0004Wg-Jj for qemu-devel@nongnu.org; Tue, 17 Jun 2014 09:31:30 -0400 Message-ID: <53A0432B.3020701@redhat.com> Date: Tue, 17 Jun 2014 15:31:23 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1402505369-12526-1-git-send-email-pbonzini@redhat.com> <1402505369-12526-4-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/5] qom: allow creating an alias of a child<> property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Marcelo Tosatti , "qemu-devel@nongnu.org Developers" , Stefan Hajnoczi , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Il 17/06/2014 15:28, Peter Crosthwaite ha scritto: > > Longer term, should "child" and "link" be macrofied and these > hardcoded strlen's be fixed to avoid difficult developer traps if > anyone ever tries to change the literal strings? Yes, good idea. Paolo