From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ronald G Minnich Subject: Re: [PATCH] [RFC] sysfs support for xen linux Date: Wed, 11 Jan 2006 09:40:46 -0700 Message-ID: <43C5350E.5040205@lanl.gov> References: <43C52E6F.9090901@us.ibm.com> <200601111605.00515.mark.williamson@cl.cam.ac.uk> 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: "Mike D. Day" , xen-devel@lists.xensource.com, Mark Williamson List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > > Probably true, but then it's a pain either needing to create device > files in /dev, or interface with the devfs/udev du jour. I suppose we > already have that issue with /dev/xen/evtchn though, and creating the > device node can be hidden in libxc. we've observed that as well, one performance toolkit uses a /proc file to avoid the mess of "devfs/udev du jour" (what a great description ...). So maybe it oughtta be a device, who knows, but the sys file will save a lot of trouble. ron