WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] support udev or hotplug based on the system [0/3]

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] support udev or hotplug based on the system [0/3]
From: Jeremy Katz <katzj@xxxxxxxxxx>
Date: Thu, 06 Oct 2005 11:26:56 -0400
Delivery-date: Thu, 06 Oct 2005 15:24:59 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
The following set of patches adds support for using either udev or
hotplug based on the setup of the system.  Basic description of the
patches is as follows:

xen-block-script.patch [1/3]: This moves the handling of block-phy and
block-file into a common file that gets called from the hotplug agent.
Still allows for third-parties to drop in their own block type but puts
the calling in the block script instead of in the hotplug agent

xen-udev-rules.patch [2/3]: Adds a udev rule file that maps to the
hotplug agent

xen-udev-dist-install.patch [3/3]: Adds installation of the udev rules.
Set a variable on 'make dist' targets so that we can install both
hotplug and udev rules which install.sh handles.  Use udev rules if udev
> 059 is on the system

Jeremy


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] support udev or hotplug based on the system [0/3], Jeremy Katz <=