From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [PATCH] make evtchn use a dynamic minor Date: Fri, 29 Sep 2006 08:08:33 -0400 Message-ID: <451D0CC1.4050207@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: andrew.warfield@cl.cam.ac.uk, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > On 29/9/06 2:40 am, "Steven Rostedt" wrote: > >> This patch makes evtchn use a dynamic minor number instead. It also >> updates the code in tools to create the device node if udev fails. The >> tools now read the sysfs system to find the minor number needed. > > Are there really systems out there that mount sysfs yet don't use udev? I use to :-) (and sometimes still do!) > > It'd be nice to avoid the skanky search-and-create code in userspace. But > we'll take it if it really is likely to be useful. > Yeah, I didn't care much for it either, but my intent was to make it as robust as possible. Either way is fine with me. -- Steve