debuggers.hg
changeset 11285:45ce6a654a41
The various tools expect the device node to be /dev/xen/evtchn -- this
makes it so that udev actually creates the device there
Signed-off-by: Jeremy Katz <katzj@redhat.com>
makes it so that udev actually creates the device there
Signed-off-by: Jeremy Katz <katzj@redhat.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Wed Aug 23 22:16:02 2006 +0100 (2006-08-23) |
parents | 551495fa7b3e |
children | 58a3a7849216 |
files | tools/examples/xen-backend.rules |
line diff
1.1 --- a/tools/examples/xen-backend.rules Wed Aug 23 18:39:17 2006 +0100 1.2 +++ b/tools/examples/xen-backend.rules Wed Aug 23 22:16:02 2006 +0100 1.3 @@ -4,3 +4,4 @@ SUBSYSTEM=="xen-backend", KERNEL=="vtpm* 1.4 SUBSYSTEM=="xen-backend", KERNEL=="vif*", ACTION=="online", RUN+="$env{script} online" 1.5 SUBSYSTEM=="xen-backend", KERNEL=="vif*", ACTION=="offline", RUN+="$env{script} offline" 1.6 SUBSYSTEM=="xen-backend", ACTION=="remove", RUN+="/etc/xen/scripts/xen-hotplug-cleanup" 1.7 +KERNEL=="evtchn", NAME="xen/%k"