From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2] xencommons: write domain 0's domid to xenstore Date: Thu, 31 Oct 2013 22:05:30 +0000 Message-ID: <1383257130.5436.157.camel@dagon.hellion.org.uk> References: <1383198591-29819-1-git-send-email-mattjd@gmail.com> <1383199435-30024-1-git-send-email-mattjd@gmail.com> <52721A1B.6040906@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <52721A1B.6040906@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: Roger Pau =?ISO-8859-1?Q?Monn=E9?= Cc: Matthew Daley , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2013-10-31 at 09:51 +0100, Roger Pau Monn=E9 wrote: > On 31/10/13 07:03, Matthew Daley wrote: > > libvchan's init_xs_srv (server-side xenstore-related initialization) > > expects to find the current domain's domid at this xenstore key. libxl > > (and xend) write this for domains they create. Do the same for domain 0, > > allowing the use of libvchan in dom0. > > = > > Signed-off-by: Matthew Daley > = > I also have a patch similar to this one in my driver domain series: > = > http://marc.info/?l=3Dxen-devel&m=3D138070596009369 > = > Which also adds a function to get the domid from libxl. I'm happy for > this to go in before mine: > = > Acked-by: Roger Pau Monn=E9 Thanks both of you. Acked also and applied.