From: Ewan Mellor Date: Wed, 23 Aug 2006 21:16:02 +0000 (+0100) Subject: The various tools expect the device node to be /dev/xen/evtchn -- this X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15681^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b9c5ec38d5ef2a686a769bcd750a2cb8c8d5c5f;p=xen.git 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 --- diff --git a/tools/examples/xen-backend.rules b/tools/examples/xen-backend.rules index 21c6d8c8fc..2bd95d1a25 100644 --- a/tools/examples/xen-backend.rules +++ b/tools/examples/xen-backend.rules @@ -4,3 +4,4 @@ SUBSYSTEM=="xen-backend", KERNEL=="vtpm*", RUN+="/etc/xen/scripts/vtpm $env{ACTI SUBSYSTEM=="xen-backend", KERNEL=="vif*", ACTION=="online", RUN+="$env{script} online" SUBSYSTEM=="xen-backend", KERNEL=="vif*", ACTION=="offline", RUN+="$env{script} offline" SUBSYSTEM=="xen-backend", ACTION=="remove", RUN+="/etc/xen/scripts/xen-hotplug-cleanup" +KERNEL=="evtchn", NAME="xen/%k"