From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH v3 0/5] libxl: call hotplug scripts from libxl Date: Fri, 20 Apr 2012 14:23:26 +0100 Message-ID: <1334928211-29856-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org This series removes the use of udev rules to call hotplug scripts when using libxl. Scripts are directly called from the toolstack at the necessary points, making use of the new event library and it's fork support. Fixed Ian Campbell reviews and added support for named vifs using a custom constant as prefix (to be merged/mixed with Ian Campbell named interfaces patch). This series should be applied after Ian Jackson event fork and Ian Campbell support for named vifs.