From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxA2Y-0005wl-21 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 03:12:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxA2K-0003bF-3L for qemu-devel@nongnu.org; Wed, 18 Jun 2014 03:12:14 -0400 Received: from mail-qg0-x229.google.com ([2607:f8b0:400d:c04::229]:33859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxA2J-0003b8-VI for qemu-devel@nongnu.org; Wed, 18 Jun 2014 03:12:00 -0400 Received: by mail-qg0-f41.google.com with SMTP id i50so376415qgf.14 for ; Wed, 18 Jun 2014 00:11:59 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53A13BBB.7010502@redhat.com> Date: Wed, 18 Jun 2014 09:11:55 +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> <53A07641.1080906@suse.de> <53A07B49.5020600@redhat.com> <53A07D10.8080006@suse.de> In-Reply-To: <53A07D10.8080006@suse.de> Content-Type: text/plain; charset=ISO-8859-15; 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: =?ISO-8859-15?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org Cc: mtosatti@redhat.com, stefanha@redhat.com Il 17/06/2014 19:38, Andreas Färber ha scritto: > Am 17.06.2014 19:30, schrieb Paolo Bonzini: >> Il 17/06/2014 19:09, Andreas Färber ha scritto: >>> Or at least give the >>> "rtc" node a more generic property type for ABI stability? I.e. you only >>> want "date" here, not any other properties of the mc146818rtc. >> >> The idea is to make a few selected properties "well-known" and link to >> them via aliases, in this case "date" from "/machine/rtc" is the >> well-known property. > > Now I'm confused. Then why not just alias "date" onto /machine? Because we hadn't thought of it? :) If that's fine for you, all the better. So rtc.date would be aliased as "/machine.rtc_date". Works for me. Paolo