From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/6] libxl: Remove linux udev rules Date: Tue, 14 Jul 2015 17:21:14 +0100 Message-ID: <1436890874.11153.14.camel@citrix.com> References: <1436179903-449-1-git-send-email-george.dunlap@eu.citrix.com> <1436179903-449-3-git-send-email-george.dunlap@eu.citrix.com> <20150707113952.GT1134@zion.uk.xensource.com> <20150714161320.GA21149@andromeda.dapyr.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150714161320.GA21149@andromeda.dapyr.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: George Dunlap , Ian Jackson , xen-devel@lists.xen.org, Wei Liu , Roger Pau Monne List-Id: xen-devel@lists.xenproject.org On Tue, 2015-07-14 at 12:13 -0400, Konrad Rzeszutek Wilk wrote: > On Tue, Jul 07, 2015 at 12:39:52PM +0100, Wei Liu wrote: > > On Mon, Jul 06, 2015 at 11:51:39AM +0100, George Dunlap wrote: > > > They are no longer needed, having been replaced by a daemon for > > > driverdomains which will run scripts as necessary. > > This introduces an regression. The 'daemon for driverdomains' > is xenbackendd - which only gets built for NetBSD. It's not (any more), it's "xl devd", which should be built everywhere. One thing which is missing is an initscript to launch this, it probably wants to be a new xendriverdomain or something since dom0 doesn't need this so xencommons would be wrong. Ian.