]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
libxl: Remove linux udev rules
authorGeorge Dunlap <george.dunlap@eu.citrix.com>
Mon, 6 Jul 2015 10:51:39 +0000 (11:51 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 7 Jul 2015 14:50:12 +0000 (15:50 +0100)
commit2ba368d13893402b2f1fb3c283ddcc714659dd9b
treefa66ceb4079e5a625b77c483e3687bd0a45452ac
parentb1882a424ae098d722b19086b16e64b9aeccc7ca
libxl: Remove linux udev rules

They are no longer needed, having been replaced by a daemon for
driverdomains which will run scripts as necessary.

Worse yet, they seem to be broken for script-based block devices, such
as block-iscsi.  This wouldn't matter so much if they were never run
by default; but if you run block-attach without having created a
domain, then the appropriate node to disable running udev scripts will
not have been written yet, and the attach will silently fail.

Rather than try to sort out that issue, just remove them entirely.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
12 files changed:
tools/configure
tools/configure.ac
tools/examples/README
tools/hotplug/Linux/Makefile
tools/hotplug/Linux/xen-backend.rules.in [deleted file]
tools/hotplug/Linux/xen-hotplug-common.sh.in
tools/libxl/libxl.c
tools/libxl/libxl_create.c
tools/libxl/libxl_internal.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_linux.c
tools/libxl/libxl_netbsd.c