From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwvGV-0004ua-0c for qemu-devel@nongnu.org; Tue, 17 Jun 2014 11:25:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwvGN-00072I-Bf for qemu-devel@nongnu.org; Tue, 17 Jun 2014 11:25:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwvGM-000725-Qw for qemu-devel@nongnu.org; Tue, 17 Jun 2014 11:25:31 -0400 Message-ID: <53A05DE2.8000401@redhat.com> Date: Tue, 17 Jun 2014 17:25:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1402505369-12526-1-git-send-email-pbonzini@redhat.com> <1402505369-12526-2-git-send-email-pbonzini@redhat.com> <53A04E1C.5080105@suse.de> <53A059CD.7050807@redhat.com> <53A05C84.6050300@suse.de> In-Reply-To: <53A05C84.6050300@suse.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/5] qom: add a generic mechanism to resolve paths List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org Cc: mtosatti@redhat.com, stefanha@redhat.com Il 17/06/2014 17:19, Andreas F=E4rber ha scritto: > So what about my alternative suggestion of changing _add's void -> > ObjectProperty*? That would limit future updating to the struct itself > while still avoiding to touch the 50. That's fine by me too. Paolo