From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH 2/6] libxl: Remove linux udev rules Date: Tue, 14 Jul 2015 17:40:46 +0100 Message-ID: <20150714164046.GA29717@zion.uk.xensource.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> <1436890874.11153.14.camel@citrix.com> <55A53A4B.3060805@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <55A53A4B.3060805@eu.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: George Dunlap Cc: Wei Liu , Ian Campbell , xen-devel@lists.xen.org, Ian Jackson , Konrad Rzeszutek Wilk , Roger Pau Monne List-Id: xen-devel@lists.xenproject.org On Tue, Jul 14, 2015 at 05:35:23PM +0100, George Dunlap wrote: > On 07/14/2015 05:21 PM, Ian Campbell wrote: > > 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. > > Aha! I knew I'd seen it somewhere. > > In that case, do we actually still need xenbackendd? Or does > xenbackendd do something slightly different? > That's NetBSD-only thing as far as I remember. Not sure if what it does is NetBSD specific. Wei.