From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wwwzq-00052c-H2 for qemu-devel@nongnu.org; Tue, 17 Jun 2014 13:16:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wwwzh-0002V5-GZ for qemu-devel@nongnu.org; Tue, 17 Jun 2014 13:16:34 -0400 Received: from mail-qa0-x234.google.com ([2607:f8b0:400d:c00::234]:59506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wwwzh-0002UR-7o for qemu-devel@nongnu.org; Tue, 17 Jun 2014 13:16:25 -0400 Received: by mail-qa0-f52.google.com with SMTP id w8so9431577qac.25 for ; Tue, 17 Jun 2014 10:16:24 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53A077E5.9030609@redhat.com> Date: Tue, 17 Jun 2014 19:16:21 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1402505369-12526-1-git-send-email-pbonzini@redhat.com> <1402505369-12526-6-git-send-email-pbonzini@redhat.com> <53A04CD7.3080100@redhat.com> <53A0585E.5060701@redhat.com> <53A072EF.10905@suse.de> In-Reply-To: <53A072EF.10905@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 5/5] mc146818rtc: add "rtc" link to "/machine" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Peter Crosthwaite , Markus Armbruster Cc: Marcelo Tosatti , "qemu-devel@nongnu.org Developers" , Stefan Hajnoczi Il 17/06/2014 18:55, Andreas Färber ha scritto: >> > See above: it doesn't matter _which_ RTC gets the magic alias. For a >> > proper implementation, they should all be the same. > Doesn't this "alias" potentially change the canonical path since the new > property's type is going to be child? No, patch 3 takes care of this. The alias property type's is going to be link. Paolo