From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH v2] xencommons: write domain 0's domid to xenstore Date: Thu, 31 Oct 2013 09:51:39 +0100 Message-ID: <52721A1B.6040906@citrix.com> References: <1383198591-29819-1-git-send-email-mattjd@gmail.com> <1383199435-30024-1-git-send-email-mattjd@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1383199435-30024-1-git-send-email-mattjd@gmail.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: Matthew Daley , xen-devel@lists.xen.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org 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