From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libxl: create 'drivers', 'feature' and 'attr' xenstore paths Date: Fri, 15 Jan 2016 15:57:13 +0000 Message-ID: <1452873433.6020.57.camel@citrix.com> References: <1452852010-15366-1-git-send-email-paul.durrant@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aK6kX-0006lB-9C for xen-devel@lists.xenproject.org; Fri, 15 Jan 2016 15:57:17 +0000 In-Reply-To: <1452852010-15366-1-git-send-email-paul.durrant@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Paul Durrant , xen-devel@lists.xenproject.org Cc: Wei Liu , Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Fri, 2016-01-15 at 10:00 +0000, Paul Durrant wrote: > My recent patch series 'docs: Document xenstore paths' included 3 > patches documenting new xenstore paths to allow PV drivers/agents in > guests to advertise version information, significant features and > attributes (such as assigned IP addresses). > > This patch adds the necessary code to libxl to create these paths in > xenstore when a domain is created. > > Signed-off-by: Paul Durrant > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Campbell > Cc: Wei Liu Acked + applied, thanks.